From e54fddc285255b26e7e0ca69db3efb009cfc9c15 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Tue, 27 Nov 2012 22:54:38 -0800 Subject: Add asssembly runtime code stub --- runtime.S | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 runtime.S (limited to 'runtime.S') 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 + -- cgit v1.2.3