feat: resolve off-by-{word, halfword} errors when printing debug info
This commit is contained in:
parent
52da1f0406
commit
a774570370
|
@ -166,7 +166,7 @@ pub const Logger = struct {
|
||||||
arm7tdmi.r[12],
|
arm7tdmi.r[12],
|
||||||
arm7tdmi.r[13],
|
arm7tdmi.r[13],
|
||||||
arm7tdmi.r[14],
|
arm7tdmi.r[14],
|
||||||
arm7tdmi.r[15] - 4,
|
arm7tdmi.r[15] - if (arm7tdmi.cpsr.t.read()) 2 else @as(u32, 4),
|
||||||
arm7tdmi.cpsr.raw,
|
arm7tdmi.cpsr.raw,
|
||||||
opcode,
|
opcode,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue