[0.4.7][NTOS:KDBG] Fix DPRINT format specifier in KdPortInitializeEx. CORE-14174 (#263)

By porting back
0.4.8-dev-612-g a8bd06be98
This commit is contained in:
Joachim Henze 2023-07-03 00:02:43 +02:00
parent 03fe564d33
commit 6812097a8b

View file

@ -111,7 +111,7 @@ KdPortInitializeEx(
/* Print message to blue screen */
sprintf(buffer,
"\r\nKernel Debugger: Serial port found: COM%ld (Port 0x%lx) BaudRate %ld\r\n\r\n",
"\r\nKernel Debugger: Serial port found: COM%ld (Port 0x%p) BaudRate %ld\r\n\r\n",
ComPortNumber,
PortInformation->Address,
PortInformation->BaudRate);