Minor optimization
git-svn-id: svn://svn.cc65.org/cc65/trunk@1358 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user