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
1 changed files with 0 additions and 2 deletions
|
@ -65,7 +65,6 @@ iocbok: stx tmp4
|
||||||
|
|
||||||
.ifndef UCASE_FILENAME
|
.ifndef UCASE_FILENAME
|
||||||
invret: lda #<EINVAL ; file name is too long
|
invret: lda #<EINVAL ; file name is too long
|
||||||
ldx #>EINVAL
|
|
||||||
jmp seterr
|
jmp seterr
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
@ -96,7 +95,6 @@ cont: ldy #3
|
||||||
jsr ucase_fn
|
jsr ucase_fn
|
||||||
bcc ucok1
|
bcc ucok1
|
||||||
invret: lda #<EINVAL ; file name is too long
|
invret: lda #<EINVAL ; file name is too long
|
||||||
ldx #>EINVAL
|
|
||||||
jmp seterr
|
jmp seterr
|
||||||
ucok1:
|
ucok1:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue