ntoskrnl.exe: Be more verbose in MmGetSystemRoutineAddress.
This commit is contained in:
parent
3091f3464e
commit
13fc9ce134
|
@ -1523,7 +1523,10 @@ PVOID WINAPI MmGetSystemRoutineAddress(PUNICODE_STRING SystemRoutineName)
|
|||
RtlFreeAnsiString( &routineNameA );
|
||||
}
|
||||
|
||||
if (pFunc)
|
||||
TRACE( "%s -> %p\n", debugstr_us(SystemRoutineName), pFunc );
|
||||
else
|
||||
FIXME( "%s not found\n", debugstr_us(SystemRoutineName) );
|
||||
return pFunc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue