real: Remove stray mov from sleep.asm

This commit is contained in:
mintsuki 2021-04-03 01:33:01 +02:00
parent 235096cb62
commit d6f2585b09
1 changed files with 0 additions and 1 deletions

View File

@ -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