mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
[HAL] Fix debug prints in ShowSize() and its caller (#2377)
This commit is contained in:
committed by
GitHub
parent
60e89359c1
commit
dbeaef63c1
@@ -792,7 +792,7 @@ ShowSize(ULONG x)
|
||||
{
|
||||
DbgPrint("%d", x);
|
||||
}
|
||||
DbgPrint("]\n");
|
||||
DbgPrint("]");
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -980,6 +980,7 @@ HalpDebugPciDumpBus(IN ULONG i,
|
||||
(Mem & PCI_ADDRESS_MEMORY_PREFETCHABLE) ? "" : "non-");
|
||||
ShowSize(Size);
|
||||
}
|
||||
DbgPrint("\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user