mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
fixed null parameter handling
git-svn-id: svn://svn.cc65.org/cc65/trunk@2325 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
bc6dadb3db
commit
a0209d0a86
@ -16,9 +16,9 @@ DB_get2lines:
|
|||||||
jsr popax
|
jsr popax
|
||||||
sta ptr3 ; fetch line 1
|
sta ptr3 ; fetch line 1
|
||||||
stx ptr3+1
|
stx ptr3+1
|
||||||
ldx ptr3
|
ldx #ptr3
|
||||||
jsr checknull
|
jsr checknull
|
||||||
ldx ptr4
|
ldx #ptr4
|
||||||
jmp checknull
|
jmp checknull
|
||||||
|
|
||||||
checknull:
|
checknull:
|
||||||
|
Loading…
Reference in New Issue
Block a user