From f858374ef2ed2b822b7ecab86ee9b202599b414d Mon Sep 17 00:00:00 2001 From: Beau McCartney Date: Mon, 7 Oct 2024 11:45:45 -0600 Subject: [PATCH] small cleanup --- core/sys/darwin/mach_darwin.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sys/darwin/mach_darwin.odin b/core/sys/darwin/mach_darwin.odin index f08290746..4e89333f5 100644 --- a/core/sys/darwin/mach_darwin.odin +++ b/core/sys/darwin/mach_darwin.odin @@ -55,7 +55,7 @@ foreign mach { object : mem_entry_name_port_t, offset : vm_offset_t, copy : boolean_t, - cur_protection : vm_prot_t, + cur_protection, max_protection : vm_prot_t, inheritance : vm_inherit_t, ) -> kern_return_t ---