I'm sorry

git-svn-id: svn://kolibrios.org@3304 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2013-03-01 10:30:42 +00:00
parent a321a83609
commit a5c1457eb0

View File

@ -41,7 +41,7 @@ sysenter_entry:
call protect_from_terminate
movzx eax, byte [esp+28]
mov edx, dword [esp+24]
mov edx, dword [esp+20]
call dword [servetable2 + eax * 4]
call unprotect_from_terminate
@ -68,7 +68,7 @@ i40:
cld
call protect_from_terminate
movzx eax, byte [esp+28]
mov edx, dword [esp+24]
mov edx, dword [esp+20]
call dword [servetable2 + eax * 4]
call unprotect_from_terminate
popad
@ -95,7 +95,7 @@ syscall_entry:
call protect_from_terminate
movzx eax, byte [esp+28]
mov edx, dword [esp+24]
mov edx, dword [esp+20]
call dword [servetable2 + eax * 4]
call unprotect_from_terminate