From 01f864bcf1e664b31d652da135a21bbe19fbb8db Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 5 Apr 2004 12:46:51 +0000 Subject: [PATCH] Fixed a typo git-svn-id: svn://svn.cc65.org/cc65/trunk@2974 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/cbm510/crt0.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5