Corrected more DbgPrintf typos

This commit is contained in:
PatrickvL 2016-11-06 16:19:57 +01:00
parent 0414a2d23c
commit 903de5daaf
1 changed files with 4 additions and 4 deletions

View File

@ -2443,7 +2443,7 @@ XBSYSAPI EXPORTNUM(165) xboxkrnl::PVOID NTAPI xboxkrnl::MmAllocateContiguousMemo
pRet = (PVOID)dwRet;
}
DbgPrintf("EmuKrnl (0x%X): MmAllocateContiguous returned 0x%.08X\n", GetCurrentThreadId(), pRet);
DbgPrintf("EmuKrnl (0x%X): MmAllocateContiguousMemory returned 0x%.08X\n", GetCurrentThreadId(), pRet);
@ -2515,7 +2515,7 @@ XBSYSAPI EXPORTNUM(167) xboxkrnl::PVOID NTAPI xboxkrnl::MmAllocateSystemMemory
{
DbgPrintf("EmuKrnl (0x%X): MmAllocateContiguousMemoryEx\n"
DbgPrintf("EmuKrnl (0x%X): MmAllocateSystemMemory\n"
"(\n"
" NumberOfBytes : 0x%.08X\n"
" Protect : 0x%.08X\n"
@ -3860,7 +3860,7 @@ XBSYSAPI EXPORTNUM(218) xboxkrnl::NTSTATUS NTAPI xboxkrnl::NtQueryVolumeInformat
}
else
{
EmuWarning("NtQueryInformationFile failed! (%s)\n", NtStatusToString(ret));
EmuWarning("NtQueryVolumeInformationFile failed! (%s)\n", NtStatusToString(ret));
}
@ -4070,7 +4070,7 @@ XBSYSAPI EXPORTNUM(228) xboxkrnl::NTSTATUS NTAPI xboxkrnl::NtSetSystemTime
{
DbgPrintf("EmuKrnl (0x%X): NtSetInformationFile\n"
DbgPrintf("EmuKrnl (0x%X): NtSetSystemTime\n"
"(\n"
" SystemTime : 0x%.08X\n"
" PreviousTime : 0x%.08X\n"