[NTOS:KDBG] Fix DPRINT format specifier in KdPortInitializeEx. CORE-14174

This commit is contained in:
Katayama Hirofumi MZ 2018-01-04 19:00:36 +09:00 committed by Thomas Faber
parent d17812f933
commit a8bd06be98
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

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);