diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-12-05 01:10:42 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-12-05 01:10:42 +0100 |
| commit | 2acfe7e10cff427998049d58df11830b4bbe1c9e (patch) | |
| tree | 0f8d346476b5fac4d4ade2e2dde0246c276b0d47 /asm | |
| parent | 233289b9abfa3ca8e96f8f89dbb87f9040858afc (diff) | |
plauing around
Diffstat (limited to '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 8567aa3..fd57a50 100644 --- a/asm/int_irq.asm +++ b/asm/int_irq.asm @@ -128,7 +128,6 @@ int_irq14: cli pop eax - pop eax call exception_handle_14 ;this will never return due to panic! jmp $ |
