]> xenbits.xensource.com Git - xenclient/ioemu.git/commitdiff
Add missing break statement.
authorpbrook <pbrook>
Sat, 11 Mar 2006 21:46:12 +0000 (21:46 +0000)
committerpbrook <pbrook>
Sat, 11 Mar 2006 21:46:12 +0000 (21:46 +0000)
hw/usb-uhci.c

index e93db571669dc42bf2d276f79ba88ec5063500b8..f902d4615af54f7c5dd1c0a443a6a5fbbecd439e 100644 (file)
@@ -153,6 +153,7 @@ static uint32_t uhci_ioport_readb(void *opaque, uint32_t addr)
     switch(addr) {
     case 0x0c:
         val = s->sof_timing;
+        break;
     default:
         val = 0xff;
         break;