]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/mach/mach_vm.c
xnu-2782.1.97.tar.gz
[apple/xnu.git] / libsyscall / mach / mach_vm.c
index 1b6d7f98e6e48bde4b8c3efb66dbfad228fd7caf..d31037398fc552ab28d76448761052fd971b0f62 100644 (file)
@@ -79,7 +79,7 @@ mach_vm_deallocate(
                rv = _kernelrpc_mach_vm_deallocate(target, address, size);
 
        if (__syscall_logger) {
-               __syscall_logger(stack_logging_type_vm_deallocate, (uintptr_t)target, (uintptr_t)address, size, 0, 0);
+               __syscall_logger(stack_logging_type_vm_deallocate, (uintptr_t)target, (uintptr_t)address, (uintptr_t)size, 0, 0);
        }
 
        return (rv);