From: izydorst Date: Mon, 21 Jul 2003 18:03:14 +0000 (+0000) Subject: tmp1 is on zeropage hence correct .importzp X-Git-Tag: V2.12.0~1488 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=98ef42aeafbdc02abf665d6ca7891e4e33916b86;p=cc65 tmp1 is on zeropage hence correct .importzp git-svn-id: svn://svn.cc65.org/cc65/trunk@2232 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/geos/system/get_ostype.s b/libsrc/geos/system/get_ostype.s index a68bdfe0b..30c0cc6b6 100644 --- a/libsrc/geos/system/get_ostype.s +++ b/libsrc/geos/system/get_ostype.s @@ -9,7 +9,7 @@ .export _get_ostype .export _get_tv - .import tmp1 + .importzp tmp1 .include "../inc/geossym.inc" .include "../inc/geossym2.inc"