real: Remove stray mov from sleep.asm
This commit is contained in:
parent
235096cb62
commit
d6f2585b09
|
@ -18,7 +18,6 @@ _pit_sleep_and_quit_on_keypress:
|
|||
; Hook int 0x08
|
||||
mov edx, dword [0x08*4]
|
||||
mov dword [int_08_callback], edx
|
||||
mov edx, int_08_isr
|
||||
mov dword [0x08*4], int_08_isr
|
||||
|
||||
; pit_ticks in edx
|
||||
|
|
Loading…
Reference in New Issue