diff options
Diffstat (limited to 'target-mips/mips-defs.h')
-rw-r--r-- | target-mips/mips-defs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-mips/mips-defs.h b/target-mips/mips-defs.h index 2d0c1383dd..54e80f10e4 100644 --- a/target-mips/mips-defs.h +++ b/target-mips/mips-defs.h @@ -14,9 +14,6 @@ #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 |