From: uz Date: Tue, 2 Oct 2012 18:15:39 +0000 (+0000) Subject: Reverted r5835 because of Olivers changes to the asm includes. X-Git-Tag: V2.14~236 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=93249045352c2949461e89d2c602600beb72d87d;p=cc65 Reverted r5835 because of Olivers changes to the asm includes. git-svn-id: svn://svn.cc65.org/cc65/trunk@5838 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/c16/crt0.s b/libsrc/c16/crt0.s index 71e7b0cf8..88b328afd 100644 --- a/libsrc/c16/crt0.s +++ b/libsrc/c16/crt0.s @@ -11,6 +11,7 @@ .import callmain, zerobss .import MEMTOP, RESTOR, BSOUT, CLRCH .import __INTERRUPTOR_COUNT__ + .importzp ST .include "zeropage.inc" .include "plus4.inc"