all repos — mgba @ 37ad6218da6bb4a0d325303ac121d1ab614a29ef

mGBA Game Boy Advance Emulator

Don't double-execute AL instructions
Jeffrey Pfau jeffrey@endrift.com
Mon, 08 Apr 2013 00:17:54 -0700
commit

37ad6218da6bb4a0d325303ac121d1ab614a29ef

parent

4f3e77c87ebf983a38f53b576f09a37b8c3c5d06

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/isa-arm.csrc/isa-arm.c

@@ -43,6 +43,7 @@

int condition = opcode >> 28; if (condition == 0xE) { instruction(cpu, opcode); + return; } else { switch (condition) { case 0x0: