Skip to content

Commit 438fa44

Browse files
committed
remove some junk
1 parent 54ded9a commit 438fa44

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

perf.data

16 MB
Binary file not shown.

z80.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ pub struct z80 {
7373
#[bitfield(name = "iff2", ty = "bool", bits = "1..=1")]
7474
#[bitfield(name = "halted", ty = "bool", bits = "2..=2")]
7575
pub iff1_iff2_halted: [u8; 1],
76-
#[bitfield(padding)]
77-
pub c2rust_padding: [u8; 6],
7876
}
7977

8078
impl z80 {
@@ -118,7 +116,6 @@ impl z80 {
118116
irq_pending: 0,
119117
nmi_pending: 0,
120118
iff1_iff2_halted: [0; 1],
121-
c2rust_padding: [0; 6],
122119
}
123120
}
124121
pub fn init(&mut self) {

0 commit comments

Comments
 (0)