diff options
Diffstat (limited to 'target/loongarch/cpu-param.h')
-rw-r--r-- | target/loongarch/cpu-param.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/loongarch/cpu-param.h b/target/loongarch/cpu-param.h index db5ad1c..58cc45a 100644 --- a/target/loongarch/cpu-param.h +++ b/target/loongarch/cpu-param.h @@ -8,12 +8,11 @@ #ifndef LOONGARCH_CPU_PARAM_H #define LOONGARCH_CPU_PARAM_H -#define TARGET_LONG_BITS 64 #define TARGET_PHYS_ADDR_SPACE_BITS 48 #define TARGET_VIRT_ADDR_SPACE_BITS 48 #define TARGET_PAGE_BITS 12 -#define TCG_GUEST_DEFAULT_MO (0) +#define TARGET_INSN_START_EXTRA_WORDS 0 #endif |