diff options
| author | Duncan Smith | 2010-11-09 23:57:07 -0800 |
|---|---|---|
| committer | Duncan Smith | 2010-11-09 23:57:07 -0800 |
| commit | 554557f41fee4e224a1b427207e9d124bd28efbf (patch) | |
| tree | da87fb3751a56999386e7c0a580908c0b872d03c /opcodes.asm | |
| parent | a3638a4d99bf53216c6c74d90b50c4d1429d64c4 (diff) | |
Woops, forgot to delete two comments.
Diffstat (limited to 'opcodes.asm')
| -rw-r--r-- | opcodes.asm | 2 |
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 |
