summaryrefslogtreecommitdiff
path: root/runtime.S
diff options
context:
space:
mode:
Diffstat (limited to 'runtime.S')
-rw-r--r--runtime.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime.S b/runtime.S
index 0cd5a27..8c8473b 100644
--- a/runtime.S
+++ b/runtime.S
@@ -42,6 +42,7 @@ already_supervisor:
or %cl, 5(%rsi)
/* calculate interrupt vector address */
mov 92(%rsi), %ecx
+ mov %cx, 6(%rsi) /* interrupt acknowlege */
shl $2, %ecx
add $0x60, %ecx
call m68k_read_long_scratch1