summaryrefslogtreecommitdiff
path: root/runtime.S
diff options
context:
space:
mode:
Diffstat (limited to 'runtime.S')
-rw-r--r--runtime.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime.S b/runtime.S
index ccc644f..0136aba 100644
--- a/runtime.S
+++ b/runtime.S
@@ -91,10 +91,9 @@ already_supervisor_trap:
/* calculate interrupt vector address */
pop %rcx
shl $2, %ecx
- add $0x80, %ecx
call m68k_read_long_scratch1
call m68k_native_addr_and_sync
- add $24, %eax
+ add $18, %eax
jmp *%rcx
invalid_msg: