diff options
Diffstat (limited to 'target-sparc')
-rw-r--r-- | target-sparc/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index 215862931e..198ba54e12 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h @@ -13,6 +13,8 @@ #define TARGET_PAGE_BITS 12 /* XXX */ #endif +#define TARGET_PHYS_ADDR_BITS 64 + #include "cpu-defs.h" #include "softfloat.h" |