revert changes in libini+libio from rev. 1573

git-svn-id: svn://kolibrios.org@1574 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond)
2010-08-20 23:29:50 +00:00
parent be3cceaea6
commit 5736af21d8
2 changed files with 6 additions and 14 deletions

View File

@@ -179,7 +179,7 @@ locals
loc_buf rb 40
endl
push ebx ecx esi edi
push ebx esi edi
xor ebx, ebx
invoke mem.alloc, sizeof.InternalFileInfo
@@ -212,7 +212,7 @@ endl
jne .exit_error.ex
@@:
mov eax, ebx
pop edi esi ecx ebx
pop edi esi ebx
ret
.exit_error.ex:
@@ -233,7 +233,7 @@ endl
.exit_error:
invoke mem.free, ebx
xor eax, eax
pop edi esi ecx ebx
pop edi esi ebx
ret
endp