diff options
Diffstat (limited to 'target/tricore/cpu-param.h')
-rw-r--r-- | target/tricore/cpu-param.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/tricore/cpu-param.h b/target/tricore/cpu-param.h index e29d551..eb33a67 100644 --- a/target/tricore/cpu-param.h +++ b/target/tricore/cpu-param.h @@ -8,9 +8,10 @@ #ifndef TRICORE_CPU_PARAM_H #define TRICORE_CPU_PARAM_H -#define TARGET_LONG_BITS 32 #define TARGET_PAGE_BITS 14 #define TARGET_PHYS_ADDR_SPACE_BITS 32 #define TARGET_VIRT_ADDR_SPACE_BITS 32 +#define TARGET_INSN_START_EXTRA_WORDS 0 + #endif |