]> git.sur5r.net Git - cc65/commitdiff
Remove needless instruction to make the code assemble.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 13 Feb 2013 07:31:04 +0000 (07:31 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 13 Feb 2013 07:31:04 +0000 (07:31 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5986 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/atmos/irq.s

index 19b1e83ff5892fe4ed3d3be9923e7443da58d6b7..4f022736153fab92dda00af51aecff2139a468c2 100644 (file)
@@ -29,7 +29,6 @@ initirq:
 .code
 
 doneirq:
-       beq     NoIRQ2
        lda     IRQInd+1
        ldx     IRQInd+2
        sei