Print COM port address properly

このコミットが含まれているのは:
2023-01-11 23:29:27 +01:00
コミット bff460a879

ファイルの表示

@@ -229,7 +229,7 @@ BlComPortInitialize()
/* Print debug message depending on port settings */
if(PortAddress)
{
BlEfiPrint(L"Initializing serial console at COM port address: %lx\n", PortAddress);
BlEfiPrint(L"Initializing serial console at COM port address: 0x%lx\n", PortAddress);
}
else
{