1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-11 11:30:13 +00:00

Minor optimization

git-svn-id: svn://svn.cc65.org/cc65/trunk@1358 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-07-16 09:41:00 +00:00
parent d4e71bfb59
commit 87fa3fbdaa

View File

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