From d10c8cd5fcf76219515105e5e4ab76dc590fe683 Mon Sep 17 00:00:00 2001 From: uz Date: Mon, 1 Oct 2012 09:29:23 +0000 Subject: [PATCH] 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 --- libsrc/c16/crt0.s | 1 - 1 file changed, 1 deletion(-) 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" -- 2.39.5