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