From 889dc1746b36fd944f82235398f7b79b615d3725 Mon Sep 17 00:00:00 2001 From: pavelyakov Date: Sat, 25 Aug 2018 13:27:47 +0000 Subject: [PATCH] Fix style git-svn-id: svn://kolibrios.org@7322 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/core/syscall.inc | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/kernel/trunk/core/syscall.inc b/kernel/trunk/core/syscall.inc index be18331d77..bf6e2420c8 100644 --- a/kernel/trunk/core/syscall.inc +++ b/kernel/trunk/core/syscall.inc @@ -192,12 +192,12 @@ endg align 32 setInt0x40: - ; !!! kernel security !!! +; !!! kernel security !!! and ebx, 0FFh mov eax, dword [servetable2 + ebx * 4] ; cmp eax, undefined_syscall ; jne errorSet0x40 - ; ----------------------- +; ----------------------- pushad add edx, 16 @@ -224,11 +224,11 @@ setInt0x40: mov dl, byte[ecx] mov byte[ebx], dl - ; hash security function - add dword[hashDataFunction1], edx - mov edx, dword[hashDataFunction1] - add dword[hashDataFunction2], edx - ;----------------------------- +; hash security function +; add dword[hashDataFunction1], edx +; mov edx, dword[hashDataFunction1] +; add dword[hashDataFunction2], edx +; ----------------------------- inc ebx inc ecx @@ -237,12 +237,12 @@ setInt0x40: pop ebx - ; check hash security data - ; cmp edi, dword[hashDataFunction1] - ; jne errorSet0x40 - ; cmp esi, dword[hashDataFunction2] - ; jne errorSet0x40 - ;------------------------------- +; check hash security data +; cmp edi, dword[hashDataFunction1] +; jne errorSet0x40 +; cmp esi, dword[hashDataFunction2] +; jne errorSet0x40 +; ------------------------------- mov eax, dword[tempPointerAlloc] mov dword [servetable2 + ebx * 4], eax