1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-22 12:30:41 +00:00

Fixed an error

git-svn-id: svn://svn.cc65.org/cc65/trunk@3123 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-06-15 09:06:36 +00:00
parent 1297374ea7
commit 9b7fcec4b4

View File

@ -12,7 +12,7 @@
.proc _tgi_geterrormsg
cmp #TGI_ERR_COUNT
bcs L1
bcc L1
lda #TGI_ERR_COUNT ; "Unknown error"
L1: tay
ldx #>msgtab