aboutsummaryrefslogtreecommitdiff
path: root/target/mips/cpu-param.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/mips/cpu-param.h')
-rw-r--r--target/mips/cpu-param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips/cpu-param.h b/target/mips/cpu-param.h
index 9c4a6ea..1aebd01 100644
--- a/target/mips/cpu-param.h
+++ b/target/mips/cpu-param.h
@@ -12,7 +12,7 @@
#else
# define TARGET_LONG_BITS 32
#endif
-#ifdef TARGET_MIPS64
+#ifdef TARGET_ABI_MIPSN64
#define TARGET_PHYS_ADDR_SPACE_BITS 48
#define TARGET_VIRT_ADDR_SPACE_BITS 48
#else