]> git.sur5r.net Git - cc65/commitdiff
Added missing dummy libref.
authorOliver Schmidt <ol.sc@web.de>
Thu, 1 Feb 2018 21:06:59 +0000 (22:06 +0100)
committerOliver Schmidt <ol.sc@web.de>
Thu, 1 Feb 2018 21:06:59 +0000 (22:06 +0100)
libsrc/supervision/libref.s [new file with mode: 0644]

diff --git a/libsrc/supervision/libref.s b/libsrc/supervision/libref.s
new file mode 100644 (file)
index 0000000..e4afa7e
--- /dev/null
@@ -0,0 +1,8 @@
+;
+; Oliver Schmidt, 2013-05-31
+;
+
+        .export         joy_libref
+        .import         _exit
+
+joy_libref      := _exit