mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +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
|
jmp _mod_free ; Free the driver
|
||||||
|
|
||||||
no_driver:
|
no_driver:
|
||||||
lda #<TGI_ERR_NO_DRIVER
|
lda #TGI_ERR_NO_DRIVER
|
||||||
sta _tgi_error
|
sta _tgi_error
|
||||||
rts
|
rts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user