mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Just return FALSE in KDCOM on ARM, instead of freezing.
svn path=/trunk/; revision=32337
This commit is contained in:
@@ -252,7 +252,7 @@ KdPortInitializeEx(
|
||||
|
||||
#ifdef _ARM_
|
||||
UNIMPLEMENTED;
|
||||
while (TRUE);
|
||||
return FALSE;
|
||||
#endif
|
||||
|
||||
if (PortInformation->BaudRate == 0)
|
||||
|
||||
Reference in New Issue
Block a user