Small OHCI fix by Ben Lunt.

This commit is contained in:
Volker Ruppert 2015-07-12 06:53:01 +00:00
parent 9315742f3d
commit 98bc3bdf16

View File

@ -1276,8 +1276,7 @@ bx_bool bx_usb_ohci_c::process_td(struct OHCI_TD *td, struct OHCI_ED *ed)
} else {
DEV_MEM_WRITE_PHYSICAL_DMA(TD_GET_CBP(td), ret, device_buffer);
}
} else
ret = 0;
}
break;
default:
TD_SET_CC(td, UnexpectedPID);