fixed bug in dll.inc (net branch)

git-svn-id: svn://kolibrios.org@2604 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2012-04-12 14:47:26 +00:00
parent f10b2375d4
commit 705460f746

View File

@ -6,9 +6,12 @@ proc mem.Alloc size ;/////////////////////////////////////////////////////////
lea ecx,[eax+4+4095]
and ecx, not 4095
mcall 68,12
test eax, eax
jz @f
add ecx,-4
mov [eax],ecx
add eax,4
@@:
pop ecx ebx
ret
endp