Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3680 → Rev 3681

/kernel/trunk/bus/usb/protocol.inc
459,10 → 459,7
; save length for step 2
push eax
add eax, sizeof.usb_device_data + 8
; Note that malloc destroys ebx.
push ebx
call malloc
pop ebx
; 1b. If failed, say something to the debug board and stop the initialization.
test eax, eax
jz .nomemory