mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
Use 'return0' for default 'doesclrscrafterexit()' implementation in libsrc/common.
Fix include/atari.h formatting.
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
;
|
||||
|
||||
.export _doesclrscrafterexit
|
||||
.import return0
|
||||
|
||||
_doesclrscrafterexit:
|
||||
ldx #$00
|
||||
txa
|
||||
rts
|
||||
_doesclrscrafterexit = return0
|
||||
|
Reference in New Issue
Block a user