Fix typo
This commit is contained in:
parent
4029a58dd1
commit
0414a2d23c
|
@ -2497,7 +2497,7 @@ XBSYSAPI EXPORTNUM(166) xboxkrnl::PVOID NTAPI xboxkrnl::MmAllocateContiguousMemo
|
|||
|
||||
static int count = 0;
|
||||
|
||||
DbgPrintf("EmuKrnl (0x%X): MmAllocateContiguousEx returned 0x%.08X\n", GetCurrentThreadId(), pRet);
|
||||
DbgPrintf("EmuKrnl (0x%X): MmAllocateContiguousMemoryEx returned 0x%.08X\n", GetCurrentThreadId(), pRet);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue