Fixed small mistake in last commit

This commit is contained in:
Lucia Ceionia 2023-02-02 01:34:49 -06:00
parent 02f03d2224
commit ce771b19bb

View File

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