feat: reimplement cpu logging

This commit is contained in:
Rekai Nyangadzayi Musuka 2022-10-21 05:13:06 -03:00
parent 8a804ea05e
commit f0014e7179
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ pub const Logger = struct {
cpu.r[12],
cpu.r[13],
cpu.r[14],
cpu.r[15],
cpu.r[15] - 4,
cpu.cpsr.raw,
opcode,
};