1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 04:30:10 +00:00

Removed an 'rts'.

This commit is contained in:
Marco van den Heuvel 2015-11-29 11:35:25 -08:00
parent 97c9ed3273
commit cf9e7856cf

View File

@ -70,7 +70,7 @@ INSTALL:
stx curpage+1 ; Invalidate the current page
inx
txa ; A = X = EM_ERR_OK
rts
; rts ; Run into UNINSTALL instead
; ------------------------------------------------------------------------
; UNINSTALL routine. Is called before the driver is removed from memory.