Just return FALSE in KDCOM on ARM, instead of freezing.

svn path=/trunk/; revision=32337
This commit is contained in:
ReactOS Portable Systems Group
2008-02-13 04:58:43 +00:00
parent a8c044b6cb
commit 2877ab7568
+1 -1
View File
@@ -252,7 +252,7 @@ KdPortInitializeEx(
#ifdef _ARM_
UNIMPLEMENTED;
while (TRUE);
return FALSE;
#endif
if (PortInformation->BaudRate == 0)