diff options
Diffstat (limited to 'target/rx/cpu-param.h')
-rw-r--r-- | target/rx/cpu-param.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/rx/cpu-param.h b/target/rx/cpu-param.h index 521d669..84934f3 100644 --- a/target/rx/cpu-param.h +++ b/target/rx/cpu-param.h @@ -19,10 +19,11 @@ #ifndef RX_CPU_PARAM_H #define RX_CPU_PARAM_H -#define TARGET_LONG_BITS 32 #define TARGET_PAGE_BITS 12 #define TARGET_PHYS_ADDR_SPACE_BITS 32 #define TARGET_VIRT_ADDR_SPACE_BITS 32 +#define TARGET_INSN_START_EXTRA_WORDS 0 + #endif |