Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8679 → Rev 8680

/kernel/trunk/core/dll.inc
385,7 → 385,12
 
mov eax, 70
lea ebx, [cmd]
int 0x40
pushad
cld
call protect_from_terminate
call file_system_lfn
call unprotect_from_terminate
popad
ret
endp