diff options
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r-- | target-i386/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 6be987c51d..a93486cbe4 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -20,6 +20,8 @@ #ifndef CPU_I386_H #define CPU_I386_H +#define TARGET_LONG_BITS 32 + #include "cpu-defs.h" #define R_EAX 0 |