summaryrefslogtreecommitdiff
path: root/include/mach/mach4.defs
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach/mach4.defs')
-rw-r--r--include/mach/mach4.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mach/mach4.defs b/include/mach/mach4.defs
index 98af5905..22bbbaec 100644
--- a/include/mach/mach4.defs
+++ b/include/mach/mach4.defs
@@ -101,6 +101,7 @@ skip /* pc_sampling reserved 4*/;
given memory object OBJECT at OFFSET in the new object with the maximum
protection MAX_PROTECTION and return it in *PORT. */
type vm_offset_array_t = array[*:1024] of vm_offset_t;
+type vm_size_array_t = array[*:1024] of vm_size_t;
routine memory_object_create_proxy(
task : ipc_space_t;
max_protection : vm_prot_t;
@@ -108,5 +109,5 @@ routine memory_object_create_proxy(
array[*:1024] of mach_port_send_t;
offset : vm_offset_array_t;
start : vm_offset_array_t;
- len : vm_offset_array_t;
+ len : vm_size_array_t;
out proxy : mach_port_t);