summaryrefslogtreecommitdiff
path: root/src/interrupt_stub.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/interrupt_stub.s')
-rw-r--r--src/interrupt_stub.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interrupt_stub.s b/src/interrupt_stub.s
index 618c982..3d2ba53 100644
--- a/src/interrupt_stub.s
+++ b/src/interrupt_stub.s
@@ -46,7 +46,10 @@ int_bottom:
popl %ds
popa
+ iret
+
int_ignore:
+ pop %eax
iret