forked from KolibriOS/kolibrios
I'm sorry
git-svn-id: svn://kolibrios.org@3304 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a321a83609
commit
a5c1457eb0
@ -41,7 +41,7 @@ sysenter_entry:
|
|||||||
call protect_from_terminate
|
call protect_from_terminate
|
||||||
|
|
||||||
movzx eax, byte [esp+28]
|
movzx eax, byte [esp+28]
|
||||||
mov edx, dword [esp+24]
|
mov edx, dword [esp+20]
|
||||||
call dword [servetable2 + eax * 4]
|
call dword [servetable2 + eax * 4]
|
||||||
|
|
||||||
call unprotect_from_terminate
|
call unprotect_from_terminate
|
||||||
@ -68,7 +68,7 @@ i40:
|
|||||||
cld
|
cld
|
||||||
call protect_from_terminate
|
call protect_from_terminate
|
||||||
movzx eax, byte [esp+28]
|
movzx eax, byte [esp+28]
|
||||||
mov edx, dword [esp+24]
|
mov edx, dword [esp+20]
|
||||||
call dword [servetable2 + eax * 4]
|
call dword [servetable2 + eax * 4]
|
||||||
call unprotect_from_terminate
|
call unprotect_from_terminate
|
||||||
popad
|
popad
|
||||||
@ -95,7 +95,7 @@ syscall_entry:
|
|||||||
call protect_from_terminate
|
call protect_from_terminate
|
||||||
|
|
||||||
movzx eax, byte [esp+28]
|
movzx eax, byte [esp+28]
|
||||||
mov edx, dword [esp+24]
|
mov edx, dword [esp+20]
|
||||||
call dword [servetable2 + eax * 4]
|
call dword [servetable2 + eax * 4]
|
||||||
|
|
||||||
call unprotect_from_terminate
|
call unprotect_from_terminate
|
||||||
|
Loading…
Reference in New Issue
Block a user