Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4115 → Rev 4127

/kernel/trunk/drivers/imports.inc
60,6 → 60,7
CreateRingBuffer,\
\
GetPid,\
CreateThread,\
CreateObject,\
DestroyObject,\
CreateEvent,\
/kernel/trunk/drivers/usbstor.asm
1002,13 → 1002,12
; to allow the USB thread to continue working and handling those requests.
; 4. Thus, create a temporary kernel thread which would do it.
mov edx, [esp+8]
push ebx ecx
movi eax, 51
push ebx ecx esi edi
movi ebx, 1
mov ecx, new_disk_thread
; edx = parameter
int 0x40
pop ecx ebx
call CreateThread
pop edi esi ecx ebx
cmp eax, -1
jnz .nothing
; on error, reverse step 3