diff options
Diffstat (limited to 'asm/int_irq.asm')
| -rw-r--r-- | asm/int_irq.asm | 4 |
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: |
