fix: listen to my past self

By deleting this line I go from test 234 to test 355 in arm.gba
This commit is contained in:
Rekai Nyangadzayi Musuka 2022-02-05 21:34:47 -04:00
parent aec189ac6a
commit 7bfb87a859
1 changed files with 0 additions and 1 deletions

View File

@ -281,5 +281,4 @@ fn setTestOpFlags(comptime S: bool, cpu: *Arm7tdmi, opcode: u32, result: u32) vo
fn undefinedTestBehaviour(cpu: *Arm7tdmi) void {
@setCold(true);
cpu.setCpsr(cpu.spsr.raw);
cpu.r[15] += 4; // FIXME: This is objectively wrong I think
}