oops: fix, that was needed in rev#1055 - changing EVENT interface function

git-svn-id: svn://kolibrios.org@1058 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Galkov
2009-04-09 09:28:58 +00:00
parent 6ab2399a1a
commit 40e696a566
2 changed files with 12 additions and 19 deletions

View File

@@ -478,8 +478,8 @@ proc CreateBuffer stdcall, format:dword, size:dword
mov ecx, (64*1024)/4
rep stosd
xor edx, edx
mov ebx, MANUAL_DESTROY
xor esi, esi
mov ecx, MANUAL_DESTROY
call CreateEvent
mov ebx, [str]
@@ -1304,9 +1304,3 @@ str.bk rd 1
mix_2_core rd 1
mix_3_core rd 1
mix_4_core rd 1