diff options
Diffstat (limited to 'target-arm')
-rw-r--r-- | target-arm/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 7f755a7541..174f60db66 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -20,6 +20,8 @@ #ifndef CPU_ARM_H #define CPU_ARM_H +#define TARGET_LONG_BITS 32 + #include "cpu-defs.h" #define EXCP_UDEF 1 /* undefined instruction */ |