Fix doubtful syntax which causes warnings with new assembler
git-svn-id: svn://svn.cc65.org/cc65/trunk@2632 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
.import _strupr,subysp
|
.import _strupr,subysp
|
||||||
.export ucase_fn
|
.export ucase_fn
|
||||||
|
|
||||||
ucase_fn: .proc
|
.proc ucase_fn
|
||||||
|
|
||||||
; we make sure that the filename doesn't contain lowercase letters
|
; we make sure that the filename doesn't contain lowercase letters
|
||||||
; we copy the filename we got onto the stack, uppercase it and use this
|
; we copy the filename we got onto the stack, uppercase it and use this
|
||||||
@@ -70,4 +70,4 @@ loop2: lda (ptr4),y
|
|||||||
clc ; indicate success
|
clc ; indicate success
|
||||||
rts
|
rts
|
||||||
|
|
||||||
ucase_fn: .endproc
|
.endproc
|
||||||
|
|||||||
Reference in New Issue
Block a user