diff options
-rw-r--r-- | runtime.S | 5 |
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 + |