mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
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
@ -21,8 +21,7 @@ _strerror:
|
|||||||
|
|
||||||
; Load the pointer to the error message and return
|
; Load the pointer to the error message and return
|
||||||
|
|
||||||
lda __sys_errlist+1,y
|
ldx __sys_errlist+1,y
|
||||||
tax
|
|
||||||
lda __sys_errlist,y
|
lda __sys_errlist,y
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user