summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-05 00:38:06 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-05 00:38:06 +0100
commit233289b9abfa3ca8e96f8f89dbb87f9040858afc (patch)
tree088643b99a2701e55dcc53876f70c5e2d7c163a6 /asm
parent743a4860cce117baec6ef3c40deb0f945529c34f (diff)
struggling with tput
Diffstat (limited to 'asm')
-rw-r--r--asm/int_irq.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/asm/int_irq.asm b/asm/int_irq.asm
index 8341074..8567aa3 100644
--- a/asm/int_irq.asm
+++ b/asm/int_irq.asm
@@ -127,7 +127,9 @@ int_irq13:
int_irq14:
cli
- call exception_handle ;this will never return due to panic!
+ pop eax
+ pop eax
+ call exception_handle_14 ;this will never return due to panic!
jmp $
int_irq15: