mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Merge pull request #1850 from polluks2/patch-6
Don't hide errors in error handling
This commit is contained in:
commit
fe0d383bea
@ -29,6 +29,6 @@ _tgi_unload:
|
||||
jmp _mod_free ; Free the driver
|
||||
|
||||
no_driver:
|
||||
lda #<TGI_ERR_NO_DRIVER
|
||||
lda #TGI_ERR_NO_DRIVER
|
||||
sta _tgi_error
|
||||
rts
|
||||
|
Loading…
Reference in New Issue
Block a user