mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
Removed useless high byte loads of the error code.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4734 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f1d7044b7c
commit
54cd9a17dd
@ -65,7 +65,6 @@ iocbok: stx tmp4
|
||||
|
||||
.ifndef UCASE_FILENAME
|
||||
invret: lda #<EINVAL ; file name is too long
|
||||
ldx #>EINVAL
|
||||
jmp seterr
|
||||
.endif
|
||||
|
||||
@ -96,7 +95,6 @@ cont: ldy #3
|
||||
jsr ucase_fn
|
||||
bcc ucok1
|
||||
invret: lda #<EINVAL ; file name is too long
|
||||
ldx #>EINVAL
|
||||
jmp seterr
|
||||
ucok1:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user