Commit a9c5c3d6 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

krnl386.exe16: Added missing break to dma code (Coverity).

parent 97efdc1e
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment