We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ded9a commit 438fa44Copy full SHA for 438fa44
perf.data
16 MB
z80.rs
@@ -73,8 +73,6 @@ pub struct z80 {
73
#[bitfield(name = "iff2", ty = "bool", bits = "1..=1")]
74
#[bitfield(name = "halted", ty = "bool", bits = "2..=2")]
75
pub iff1_iff2_halted: [u8; 1],
76
- #[bitfield(padding)]
77
- pub c2rust_padding: [u8; 6],
78
}
79
80
impl z80 {
@@ -118,7 +116,6 @@ impl z80 {
118
116
irq_pending: 0,
119
117
nmi_pending: 0,
120
iff1_iff2_halted: [0; 1],
121
- c2rust_padding: [0; 6],
122
123
124
pub fn init(&mut self) {
0 commit comments