Minor optimization
git-svn-id: svn://svn.cc65.org/cc65/trunk@1358 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
d4e71bfb59
commit
87fa3fbdaa
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ _strerror:
|
|||
|
||||
; Load the pointer to the error message and return
|
||||
|
||||
lda __sys_errlist+1,y
|
||||
tax
|
||||
ldx __sys_errlist+1,y
|
||||
lda __sys_errlist,y
|
||||
rts
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue