Added missing dummy libref.
This commit is contained in:
parent
9031320dff
commit
27dacca4d3
1 changed files with 8 additions and 0 deletions
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…
Add table
Reference in a new issue