From: izydorst Date: Fri, 15 Aug 2003 19:54:57 +0000 (+0000) Subject: fixed null parameter handling X-Git-Tag: V2.12.0~1411 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a0209d0a86f8ee702a84dfcf38d96296cd40d16c;p=cc65 fixed null parameter handling git-svn-id: svn://svn.cc65.org/cc65/trunk@2325 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/geos/dlgbox/dbget2lines.s b/libsrc/geos/dlgbox/dbget2lines.s index 96440987d..6e26b6ae7 100644 --- a/libsrc/geos/dlgbox/dbget2lines.s +++ b/libsrc/geos/dlgbox/dbget2lines.s @@ -16,9 +16,9 @@ DB_get2lines: jsr popax sta ptr3 ; fetch line 1 stx ptr3+1 - ldx ptr3 + ldx #ptr3 jsr checknull - ldx ptr4 + ldx #ptr4 jmp checknull checknull: