Hide lock logging.

This commit is contained in:
Ben Vanik
2014-07-03 12:59:08 -07:00
parent 824d3c246f
commit a5627ee25a
2 changed files with 4 additions and 4 deletions

View File

@@ -368,8 +368,8 @@ uint32_t xeKeGetCurrentProcessType() {
SHIM_CALL KeGetCurrentProcessType_shim(
PPCContext* ppc_state, KernelState* state) {
XELOGD(
"KeGetCurrentProcessType()");
// XELOGD(
// "KeGetCurrentProcessType()");
int result = xeKeGetCurrentProcessType();
SHIM_SET_RETURN_64(result);