diff options
Diffstat (limited to 'target/hexagon/cpu-param.h')
-rw-r--r-- | target/hexagon/cpu-param.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/hexagon/cpu-param.h b/target/hexagon/cpu-param.h index 71b4a9b..635d509e7 100644 --- a/target/hexagon/cpu-param.h +++ b/target/hexagon/cpu-param.h @@ -19,9 +19,10 @@ #define HEXAGON_CPU_PARAM_H #define TARGET_PAGE_BITS 16 /* 64K pages */ -#define TARGET_LONG_BITS 32 #define TARGET_PHYS_ADDR_SPACE_BITS 36 #define TARGET_VIRT_ADDR_SPACE_BITS 32 +#define TARGET_INSN_START_EXTRA_WORDS 0 + #endif |