From: uz Date: Mon, 1 Oct 2012 09:29:23 +0000 (+0000) Subject: ST is already imported in plus4.inc, no need to import it separately. X-Git-Tag: V2.14~239 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d10c8cd5fcf76219515105e5e4ab76dc590fe683;p=cc65 ST is already imported in plus4.inc, no need to import it separately. git-svn-id: svn://svn.cc65.org/cc65/trunk@5835 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/c16/crt0.s b/libsrc/c16/crt0.s index 88b328afd..71e7b0cf8 100644 --- a/libsrc/c16/crt0.s +++ b/libsrc/c16/crt0.s @@ -11,7 +11,6 @@ .import callmain, zerobss .import MEMTOP, RESTOR, BSOUT, CLRCH .import __INTERRUPTOR_COUNT__ - .importzp ST .include "zeropage.inc" .include "plus4.inc"