summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime.S b/runtime.S
new file mode 100644
index 0000000..3800e7f
--- /dev/null
+++ b/runtime.S
@@ -0,0 +1,5 @@
+
+ .global _handle_cycle_limit
+_handle_cycle_limit:
+ retn
+