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:
parent
aec189ac6a
commit
7bfb87a859
|
@ -281,5 +281,4 @@ fn setTestOpFlags(comptime S: bool, cpu: *Arm7tdmi, opcode: u32, result: u32) vo
|
||||||
fn undefinedTestBehaviour(cpu: *Arm7tdmi) void {
|
fn undefinedTestBehaviour(cpu: *Arm7tdmi) void {
|
||||||
@setCold(true);
|
@setCold(true);
|
||||||
cpu.setCpsr(cpu.spsr.raw);
|
cpu.setCpsr(cpu.spsr.raw);
|
||||||
cpu.r[15] += 4; // FIXME: This is objectively wrong I think
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue