diff options
Diffstat (limited to 'target-mips/mips-defs.h')
-rw-r--r-- | target-mips/mips-defs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-mips/mips-defs.h b/target-mips/mips-defs.h index 251fa359dc..76ea8d019b 100644 --- a/target-mips/mips-defs.h +++ b/target-mips/mips-defs.h @@ -14,6 +14,9 @@ #define TARGET_LONG_BITS 32 #endif +/* Even MIPS32 can have 36 bits physical address space. */ +#define TARGET_PHYS_ADDR_BITS 64 + /* Masks used to mark instructions to indicate which ISA level they were introduced in. */ #define ISA_MIPS1 0x00000001 |