summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2012-11-27 22:54:38 -0800
committerMike Pavone <pavone@retrodev.com>2012-11-27 22:54:38 -0800
commite54fddc285255b26e7e0ca69db3efb009cfc9c15 (patch)
tree6bcba2f7743ae07f67c2cd4298031e0a0815f2ae
parenta436212b4188596f592a960b471d4b9ee5edcb1d (diff)
Add asssembly runtime code stub
-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
+