summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstrid Smith2010-11-09 23:57:07 -0800
committerAstrid Smith2010-11-09 23:57:07 -0800
commitcef6c003d56173c0d1257bc815b4116fca34fde4 (patch)
treeb9795d11cf73fac48badfe7b10d17fa8995457d5
parent9ccaff138b0a3ae9b7f928768c3e766ee24ea654 (diff)
Woops, forgot to delete two comments.
-rw-r--r--opcodes.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/opcodes.asm b/opcodes.asm
index d617502..e1e0922 100644
--- a/opcodes.asm
+++ b/opcodes.asm
@@ -644,7 +644,6 @@ emu_op_30:
bsr f_norm_c
beq emu_op_18 ; branch taken: carry clear
add.l #1,epc
- ;; INTERRUPTS: there is a race condition above
DONE
START
@@ -1893,7 +1892,6 @@ emu_op_c4:
bne emu_op_cd
add.l #2,epc
CONTINUE_INTS
- ;; INTERRUPTS: there is a race condition above?
DONE ;nok
START