http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97efdc1
)
krnl386.exe16: Added missing break to dma code (Coverity).
author
Marcus Meissner
<marcus@jet.franken.de>
Fri, 18 Mar 2011 22:01:39 +0000
(23:01 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 28 Mar 2011 15:12:02 +0000
(17:12 +0200)
dlls/krnl386.exe16/dma.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/krnl386.exe16/dma.c
b/dlls/krnl386.exe16/dma.c
index c356ac9140d398a67be96e552c6da59969c65283..a0c40505fb342e3f3f9880509903819d7549c574 100644
(file)
--- a/
dlls/krnl386.exe16/dma.c
+++ b/
dlls/krnl386.exe16/dma.c
@@
-373,6
+373,7
@@
BYTE DMA_ioport_in( WORD port )
/* Status */
TRACE("Status Register Read\n");
res = DMA_Status[(port==0x08)?0:1];
+ break;
case 0x0D:
case 0xDA: