diff options
author | Michael Pavone <pavone@retrodev.com> | 2014-02-15 22:35:18 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2014-02-15 22:35:18 -0800 |
commit | 15d4fb35d602498e2915e585c5011c994cc833bd (patch) | |
tree | c1a977b562b51b5ce3de25bfbb79cf97c5cf14ea /runtime.S | |
parent | ebb8d34197bf7908fe78e2692615a41c03d676f6 (diff) |
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.
Diffstat (limited to 'runtime.S')
-rw-r--r-- | runtime.S | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |