From e9a9823069ebb8f7733f42c83ff4a45cb174f3e5 Mon Sep 17 00:00:00 2001 From: pavelyakov Date: Sat, 25 Aug 2018 13:30:36 +0000 Subject: [PATCH] Fixed error git-svn-id: svn://kolibrios.org@7323 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/core/syscall.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/trunk/core/syscall.inc b/kernel/trunk/core/syscall.inc index bf6e2420c8..44331839e3 100644 --- a/kernel/trunk/core/syscall.inc +++ b/kernel/trunk/core/syscall.inc @@ -213,10 +213,10 @@ setInt0x40: mov ebx, eax add eax, edx - push 0 - pop dword[hashDataFunction1] - push 1 - pop dword[hashDataFunction2] +; push 0 +; pop dword[hashDataFunction1] +; push 1 +; pop dword[hashDataFunction2] loopCopyMemory: xor edx, edx