Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 662 → Rev 663

/kernel/trunk/core/dll.inc
514,7 → 514,6
file2 dd ?
endl
 
push ebx
push esi
push edi
 
564,7 → 563,6
pop eax
pop edi
pop esi
pop ebx
ret
.cleanup:
stdcall kernel_free, [file]
573,7 → 571,6
xor ebx, ebx
pop edi
pop esi
pop ebx
ret
endp