From 15d4fb35d602498e2915e585c5011c994cc833bd Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 15 Feb 2014 22:35:18 -0800 Subject: Get rid of the native stack option the 68K core. Trying to make it work with code that messes with the stack is not worth the trouble. --- runtime.S | 6 ------ 1 file changed, 6 deletions(-) (limited to 'runtime.S') diff --git a/runtime.S b/runtime.S index febaeec..afa3b1d 100644 --- a/runtime.S +++ b/runtime.S @@ -177,12 +177,6 @@ set_ccr: mov %cl, (%rsi) ret - .global m68k_modified_ret_addr -m68k_modified_ret_addr: - add $16, %rsp - call m68k_native_addr - jmp *%rcx - .global m68k_native_addr_and_sync m68k_native_addr_and_sync: call m68k_save_context -- cgit v1.2.3