Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2499 → Rev 2500

/kernel/trunk/core/dll.inc
438,12 → 438,17
 
mov [file2], eax
 
pushad
mov ecx, unpack_mutex
call mutex_lock
popad
 
stdcall unpack, [file], eax
 
pushad
mov ecx, unpack_mutex
call mutex_unlock
popad
 
stdcall kernel_free, [file]
mov eax, [file2]