From: Oliver Schmidt Date: Thu, 1 Feb 2018 21:06:59 +0000 (+0100) Subject: Added missing dummy libref. X-Git-Tag: V2.17~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=27dacca4d38b54b7a44e9d0b1a7e4fc948c14df8;p=cc65 Added missing dummy libref. --- diff --git a/libsrc/supervision/libref.s b/libsrc/supervision/libref.s new file mode 100644 index 000000000..e4afa7eb1 --- /dev/null +++ b/libsrc/supervision/libref.s @@ -0,0 +1,8 @@ +; +; Oliver Schmidt, 2013-05-31 +; + + .export joy_libref + .import _exit + +joy_libref := _exit