From 233289b9abfa3ca8e96f8f89dbb87f9040858afc Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 5 Dec 2014 00:38:06 +0100 Subject: struggling with tput --- asm/int_irq.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'asm') 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: -- cgit v1.2.3