aboutsummaryrefslogtreecommitdiff
path: root/src/idt/stubs.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/idt/stubs.S')
-rw-r--r--src/idt/stubs.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idt/stubs.S b/src/idt/stubs.S
index d4fb56f..568b0dc 100644
--- a/src/idt/stubs.S
+++ b/src/idt/stubs.S
@@ -73,7 +73,7 @@ exception_common:
push %esp
call handle_exception
- mov %eax, %esp
+ add $4, %esp
popa
/* remove error code and irq from stack */