aboutsummaryrefslogtreecommitdiff
path: root/src/idt/stubs.S
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-10 19:39:30 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-10 19:39:30 +0200
commita302ef42887a1a349d9918d5d1471bbea8f59c2b (patch)
treece655d3c31574c6cb77bc437abedf66d32ac9d90 /src/idt/stubs.S
parentMove elf and iso to builddir (diff)
downloadkernel.cpp-a302ef42887a1a349d9918d5d1471bbea8f59c2b.tar.xz
vmm: display segment map info
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 */