diff options
Diffstat (limited to 'target-ppc')
-rw-r--r-- | target-ppc/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 850a88ba8e..3809f20141 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -23,6 +23,8 @@ #include <endian.h> #include <asm/byteorder.h> +#define TARGET_LONG_BITS 32 + #include "cpu-defs.h" //#define USE_OPEN_FIRMWARE |