mirror of
https://github.com/cc65/cc65.git
synced 2025-04-13 06:37:20 +00:00
Added missing dummy libref.
This commit is contained in:
parent
9031320dff
commit
27dacca4d3
8
libsrc/supervision/libref.s
Normal file
8
libsrc/supervision/libref.s
Normal file
@ -0,0 +1,8 @@
|
||||
;
|
||||
; Oliver Schmidt, 2013-05-31
|
||||
;
|
||||
|
||||
.export joy_libref
|
||||
.import _exit
|
||||
|
||||
joy_libref := _exit
|
Loading…
x
Reference in New Issue
Block a user