X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3e170ce000f1506b7b5d2c5c7faec85ceabb573d..c7d2c2c6ee645e10cbccdd01c6191873ec77239d:/osfmk/ipc/mach_port.c diff --git a/osfmk/ipc/mach_port.c b/osfmk/ipc/mach_port.c index 444a6af23..f6750072f 100644 --- a/osfmk/ipc/mach_port.c +++ b/osfmk/ipc/mach_port.c @@ -2232,7 +2232,7 @@ mach_port_guard_exception( "Port Name: 0x%x, " "Expected Guard: 0x%x, " "Received Guard: 0x%x\n", - (unsigned)t, + (unsigned)VM_KERNEL_UNSLIDE_OR_PERM(t), (unsigned)name, (unsigned)portguard, (unsigned)inguard);