1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +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:
uz 2010-07-08 15:00:15 +00:00
parent f1d7044b7c
commit 54cd9a17dd

View File

@ -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: