mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
ohci: add missing break
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
@@ -1736,6 +1736,7 @@ static void ohci_mem_write(void *opaque,
|
||||
/* PXA27x specific registers */
|
||||
case 24: /* HcStatus */
|
||||
ohci->hstatus &= ~(val & ohci->hmask);
|
||||
break;
|
||||
|
||||
case 25: /* HcHReset */
|
||||
ohci->hreset = val & ~OHCI_HRESET_FSBIR;
|
||||
|
||||
Reference in New Issue
Block a user