Remove needless instruction to make the code assemble.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5986 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2013-02-13 07:31:04 +00:00
parent 7c9171ee87
commit 0205906707

View file

@ -29,7 +29,6 @@ initirq:
.code
doneirq:
beq NoIRQ2
lda IRQInd+1
ldx IRQInd+2
sei