Fixed small mistake in last commit
This commit is contained in:
parent
02f03d2224
commit
ce771b19bb
@ -58,7 +58,8 @@ call get_key
|
|||||||
jmp .return_to_offender
|
jmp .return_to_offender
|
||||||
.s1: cmp al, 0x10 ; set video mode
|
.s1: cmp al, 0x10 ; set video mode
|
||||||
jne .return_to_offender
|
jne .return_to_offender
|
||||||
add dword [esp+4], 2
|
add esp, 4
|
||||||
|
add dword [esp+0], 2
|
||||||
; add a new task
|
; add a new task
|
||||||
call _gpf_create_return_task
|
call _gpf_create_return_task
|
||||||
; now enter v86 mode
|
; now enter v86 mode
|
||||||
|
Loading…
Reference in New Issue
Block a user