From 98ef42aeafbdc02abf665d6ca7891e4e33916b86 Mon Sep 17 00:00:00 2001 From: izydorst Date: Mon, 21 Jul 2003 18:03:14 +0000 Subject: [PATCH] tmp1 is on zeropage hence correct .importzp git-svn-id: svn://svn.cc65.org/cc65/trunk@2232 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/geos/system/get_ostype.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5