small fix

git-svn-id: svn://kolibrios.org@3707 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2013-06-26 09:42:25 +00:00
parent 178ccd95f9
commit 21c6048a8f

View File

@ -1562,7 +1562,7 @@ end virtual
mov edx, [ecx+ohci_pipe.HeadP-sizeof.ohci_pipe] mov edx, [ecx+ohci_pipe.HeadP-sizeof.ohci_pipe]
and edx, 2 ; keep toggleCarry bit and edx, 2 ; keep toggleCarry bit
cmp [ecx+usb_pipe.Type], CONTROL_PIPE cmp [ecx+usb_pipe.Type], CONTROL_PIPE
jnz @f jz @f
inc edx ; set Halted bit inc edx ; set Halted bit
@@: @@:
jmp .advance_queue jmp .advance_queue