From 93249045352c2949461e89d2c602600beb72d87d Mon Sep 17 00:00:00 2001 From: uz Date: Tue, 2 Oct 2012 18:15:39 +0000 Subject: [PATCH] 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 --- libsrc/c16/crt0.s | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5