diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-07-04 22:17:05 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-07-04 22:17:05 +0000 |
commit | fdabc366bd922d3029b42864ecf268103d8ca8e6 (patch) | |
tree | ba6acc1a6da59ed101291af14d15a1c09e78f1de /target-ppc/exec.h | |
parent | 2157fa0682e3b2a1cb0b4864e6f4b86f88b1fae2 (diff) | |
download | qemu-fdabc366bd922d3029b42864ecf268103d8ca8e6.zip |
correct split between helper.c and op_helper.c - moved some uops to op_helper.c (Jocelyn Mayer)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1504 c046a42c-6fe2-441c-8c8c-71466251a162
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); |