summaryrefslogtreecommitdiff
path: root/runtime.S
diff options
context:
space:
mode:
Diffstat (limited to 'runtime.S')
-rw-r--r--runtime.S19
1 files changed, 0 insertions, 19 deletions
diff --git a/runtime.S b/runtime.S
index 36ecfff..febaeec 100644
--- a/runtime.S
+++ b/runtime.S
@@ -264,22 +264,3 @@ m68k_load_context:
mov 80(%rsi), %eax /* current cycle count */
ret
- .global m68k_start_context
-m68k_start_context:
- push %rbp
- push %r12
- push %r13
- push %r14
- push %r15
-
- call m68k_load_context
- call *%rdi
- call m68k_save_context
-
- pop %r15
- pop %r14
- pop %r13
- pop %r12
- pop %rbp
-
- ret