From: cuz Date: Mon, 5 Apr 2004 12:46:51 +0000 (+0000) Subject: Fixed a typo X-Git-Tag: V2.12.0~851 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=01f864bcf1e664b31d652da135a21bbe19fbb8db;p=cc65 Fixed a typo git-svn-id: svn://svn.cc65.org/cc65/trunk@2974 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/cbm510/crt0.s b/libsrc/cbm510/crt0.s index b89185335..78ad684db 100644 --- a/libsrc/cbm510/crt0.s +++ b/libsrc/cbm510/crt0.s @@ -540,7 +540,7 @@ irq: pha ldy irqcount beq irqskip - jsr callirq_q ; Call the functions + jsr callirq_y ; Call the functions ; Done with chained IRQ handlers, check the TPI for IRQs and handle them