From: ol.sc Date: Wed, 13 Feb 2013 07:48:37 +0000 (+0000) Subject: Fixed copy&paste bug. X-Git-Tag: V2.14~87 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9547f6f584043f0b57e6933986e62d251ccd47d9;p=cc65 Fixed copy&paste bug. git-svn-id: svn://svn.cc65.org/cc65/trunk@5987 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/c16/irq.s b/libsrc/c16/irq.s index c50daf7cc..81549cb6e 100644 --- a/libsrc/c16/irq.s +++ b/libsrc/c16/irq.s @@ -2,7 +2,7 @@ ; IRQ handling (C16 version) ; - .export _exit + .export initirq, doneirq .import callirq .include "plus4.inc"