Fixed an error
git-svn-id: svn://svn.cc65.org/cc65/trunk@3123 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
1297374ea7
commit
9b7fcec4b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue