From 27dacca4d38b54b7a44e9d0b1a7e4fc948c14df8 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Thu, 1 Feb 2018 22:06:59 +0100
Subject: [PATCH] Added missing dummy libref.
---
libsrc/supervision/libref.s | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 libsrc/supervision/libref.s
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
--
2.39.5