From a5c1457eb0502bf8ad02bb1ff68f86147d2d8037 Mon Sep 17 00:00:00 2001 From: CleverMouse Date: Fri, 1 Mar 2013 10:30:42 +0000 Subject: [PATCH] I'm sorry git-svn-id: svn://kolibrios.org@3304 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/core/syscall.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/trunk/core/syscall.inc b/kernel/trunk/core/syscall.inc index e036d2fe43..327cfdb847 100644 --- a/kernel/trunk/core/syscall.inc +++ b/kernel/trunk/core/syscall.inc @@ -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