提交 d80cfb3f 编写于 作者: P pbrook

Add missing break statement.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1785 c046a42c-6fe2-441c-8c8c-71466251a162
上级 19b045de
...@@ -153,6 +153,7 @@ static uint32_t uhci_ioport_readb(void *opaque, uint32_t addr) ...@@ -153,6 +153,7 @@ static uint32_t uhci_ioport_readb(void *opaque, uint32_t addr)
switch(addr) { switch(addr) {
case 0x0c: case 0x0c:
val = s->sof_timing; val = s->sof_timing;
break;
default: default:
val = 0xff; val = 0xff;
break; break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册