summaryrefslogtreecommitdiff
path: root/runtime.S
diff options
context:
space:
mode:
Diffstat (limited to 'runtime.S')
-rw-r--r--runtime.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime.S b/runtime.S
index 2083e0a..100a179 100644
--- a/runtime.S
+++ b/runtime.S
@@ -485,11 +485,8 @@ inccycles:
jnb do_limit
add $4, %eax
ret
-do_limit:
-
+do_limit:
call handle_cycle_limit
- pop %rdi
- pop %rcx
add $4, %eax
ret