Replaced 'jmp $+3' with 'jmp label'.

svn path=/trunk/; revision=3431
This commit is contained in:
Hartmut Birr 2002-08-28 20:53:20 +00:00
parent 4bad48b791
commit 444da66580

View file

@ -1164,8 +1164,10 @@ next_load_base dd 0
; Needed for enabling the a20 address line
;
empty_8042:
jmp $+3
jmp $+3
jmp empty_8042_1
empty_8042_1:
jmp empty_8042_2
empty_8042_2:
in al,064h
test al,02h
jnz empty_8042