X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=OpAny.cpp;h=63a7e1ff2cadc9fe66ede75e0a181583fa62a052;hb=cfe17eee41a12da11f69660c2764813e94d871ea;hp=9d45a0107f57f241729e7ea1641bf1947c3eeedd;hpb=52ac6b1c8f65fe2477ffc3a7fc63ca8ae9d7e59f;p=cyclone68000.git diff --git a/OpAny.cpp b/OpAny.cpp index 9d45a01..63a7e1f 100644 --- a/OpAny.cpp +++ b/OpAny.cpp @@ -112,7 +112,7 @@ void OpEnd(int sea, int tea) } if (opend_check_interrupt) { - ot(" blt CycloneEnd\n"); + ot(" ble CycloneEnd\n"); ot(";@ CheckInterrupt:\n"); if (!opend_check_trace) ot(" ldr r1,[r7,#0x44]\n"); @@ -126,7 +126,7 @@ void OpEnd(int sea, int tea) } else { - ot(" ldrge pc,[r6,r8,asl #2] ;@ Jump to opcode handler\n"); + ot(" ldrgt pc,[r6,r8,asl #2] ;@ Jump to opcode handler\n"); ot(" b CycloneEnd\n"); } ot("\n");