Don't double-execute AL instructions
Jeffrey Pfau jeffrey@endrift.com
Mon, 08 Apr 2013 00:17:54 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/isa-arm.c
→
src/isa-arm.c
@@ -43,6 +43,7 @@
int condition = opcode >> 28; if (condition == 0xE) { instruction(cpu, opcode); + return; } else { switch (condition) { case 0x0: