diff options
Diffstat (limited to 'i386/include')
-rw-r--r-- | i386/include/mach/i386/vm_param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/include/mach/i386/vm_param.h b/i386/include/mach/i386/vm_param.h index e98f032c..f09049a5 100644 --- a/i386/include/mach/i386/vm_param.h +++ b/i386/include/mach/i386/vm_param.h @@ -72,9 +72,9 @@ not be increased to more than 3GB as glibc and hurd servers would not cope with that. */ -#define VM_MIN_ADDRESS (0) +#define VM_MIN_ADDRESS (0ULL) #ifdef __x86_64__ -#define VM_MAX_ADDRESS (0xC0000000UL) +#define VM_MAX_ADDRESS (0xc0000000ULL) #else #define VM_MAX_ADDRESS (0xc0000000UL) #endif |