diff options
Diffstat (limited to 'target-sh4/cpu.h')
-rw-r--r-- | target-sh4/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h index 85f221d978..18a55320f4 100644 --- a/target-sh4/cpu.h +++ b/target-sh4/cpu.h @@ -44,6 +44,9 @@ #define TARGET_PAGE_BITS 12 /* 4k XXXXX */ +#define TARGET_PHYS_ADDR_SPACE_BITS 32 +#define TARGET_VIRT_ADDR_SPACE_BITS 32 + #define SR_MD (1 << 30) #define SR_RB (1 << 29) #define SR_BL (1 << 28) |