diff options
Diffstat (limited to 'target-ppc/exec.h')
-rw-r--r-- | target-ppc/exec.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target-ppc/exec.h b/target-ppc/exec.h index e559d5c8c4..9e89880011 100644 --- a/target-ppc/exec.h +++ b/target-ppc/exec.h @@ -20,8 +20,12 @@ #if !defined (__PPC_H__) #define __PPC_H__ +#include "config.h" + #include "dyngen-exec.h" +#define TARGET_LONG_BITS 32 + register struct CPUPPCState *env asm(AREG0); register uint32_t T0 asm(AREG1); register uint32_t T1 asm(AREG2); |