From 756091e31f10c673c2ee257992643a8f58ee40f7 Mon Sep 17 00:00:00 2001 From: cuz Date: Sat, 23 Nov 2002 22:06:01 +0000 Subject: [PATCH] Must import sp now that the zp definitions are elsewhere git-svn-id: svn://svn.cc65.org/cc65/trunk@1612 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/atmos/crt0.s | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/atmos/crt0.s b/libsrc/atmos/crt0.s index 1fae39083..c386b9c4b 100644 --- a/libsrc/atmos/crt0.s +++ b/libsrc/atmos/crt0.s @@ -11,6 +11,7 @@ .import push0, _main, zerobss .import __RAM_START__, __RAM_SIZE__ ; Linker generated + .importzp sp ; ------------------------------------------------------------------------ ; Create an empty LOWCODE segment to avoid linker warnings -- 2.39.5