From: uz Date: Wed, 13 Feb 2013 07:31:04 +0000 (+0000) Subject: Remove needless instruction to make the code assemble. X-Git-Tag: V2.14~88 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=02059067075f2d2899dd3b402ee986a9502285bf;p=cc65 Remove needless instruction to make the code assemble. git-svn-id: svn://svn.cc65.org/cc65/trunk@5986 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/atmos/irq.s b/libsrc/atmos/irq.s index 19b1e83ff..4f0227361 100644 --- a/libsrc/atmos/irq.s +++ b/libsrc/atmos/irq.s @@ -29,7 +29,6 @@ initirq: .code doneirq: - beq NoIRQ2 lda IRQInd+1 ldx IRQInd+2 sei