aboutsummaryrefslogtreecommitdiff
path: root/core/sys
diff options
context:
space:
mode:
authorBeau McCartney <mccartney.beausl@gmail.com>2024-10-07 11:45:45 -0600
committerBeau McCartney <mccartney.beausl@gmail.com>2024-10-07 11:45:45 -0600
commitf858374ef2ed2b822b7ecab86ee9b202599b414d (patch)
treec83534ae23f087aa484ca58729749e6bf0a74e86 /core/sys
parenteaafe924022d672f1d62cda80695f65b270ea5b3 (diff)
small cleanup
Diffstat (limited to 'core/sys')
-rw-r--r--core/sys/darwin/mach_darwin.odin2
1 files changed, 1 insertions, 1 deletions
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 ---