Synchronize with trunk revision 59781.
[reactos.git] / ntoskrnl / kd / i386 / kdbg.c
index 93084d6..0607112 100644 (file)
@@ -136,7 +136,7 @@ KdPortGetByteEx(
     IN PCPPORT PortInformation,
     OUT PUCHAR ByteReceived)
 {
-    return (CpGetByte(PortInformation, ByteReceived, FALSE) == CP_GET_SUCCESS);
+    return (CpGetByte(PortInformation, ByteReceived, FALSE, TRUE) == CP_GET_SUCCESS);
 }
 
 VOID