This commit is contained in:
Michael Steil 2008-10-20 00:32:20 +00:00
parent 01672d36d8
commit ad2897332e
1 changed files with 2 additions and 2 deletions

View File

@ -338,7 +338,7 @@ L3124:
sta STRNG2+1
.endif
ldx #BYTES_FP
.if .def(CONFIG_SMALL) && (.def(CONFIG_2))
.ifdef CONFIG_SMALL
lda VARNAM+1
.else
lda VARNAM
@ -346,7 +346,7 @@ L3124:
bpl L3135
dex
L3135:
.if .def(CONFIG_SMALL) && (.def(CONFIG_2))
.ifdef CONFIG_SMALL
stx RESULT+1
.else
lda VARNAM+1