diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-16 03:48:35 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-16 03:48:35 +0200 |
| commit | f92a23a2fcee6cbb97af9c7681e6872374d3c789 (patch) | |
| tree | 41669345c8a5a60548e8e07cf805df9ef01c1c26 /asm/int_irq.asm | |
| parent | ba10657752ba869b1c46c861cbda689b535e8214 (diff) | |
finally working ring 3
Diffstat (limited to 'asm/int_irq.asm')
| -rw-r--r-- | asm/int_irq.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asm/int_irq.asm b/asm/int_irq.asm index e9864f0..ac8eef8 100644 --- a/asm/int_irq.asm +++ b/asm/int_irq.asm @@ -127,7 +127,6 @@ int_irq13: int_irq14: cli - pop eax call exception_handle_14 ;this will never return due to panic! jmp $ |
