From 653a7fbec86098bded803d4a5b255a7c6e39239a Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Sun, 19 May 2013 11:38:15 -0700 Subject: Handle busack across frame boundary --- runtime.S | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'runtime.S') 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 -- cgit v1.2.3