diff options
Diffstat (limited to 'i386/include/mach')
-rw-r--r-- | i386/include/mach/i386/vm_types.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/i386/include/mach/i386/vm_types.h b/i386/include/mach/i386/vm_types.h index 4e259f9b..78fb805b 100644 --- a/i386/include/mach/i386/vm_types.h +++ b/i386/include/mach/i386/vm_types.h @@ -48,6 +48,9 @@ * a port in user space as an integer and * in kernel space as a pointer. */ +#ifdef __x86_64__ +// unsigned long ? +#endif typedef unsigned int natural_t; /* @@ -80,7 +83,7 @@ typedef unsigned long phys_addr_t; * expressing the difference between two * vm_offset_t entities. */ -typedef natural_t vm_size_t; +typedef unsigned long vm_size_t; #endif /* __ASSEMBLER__ */ |