diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-07 21:24:25 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-07 21:24:25 +0000 |
commit | 1cdb9c3d82d6febb526ddb085f2dea8f59c55a93 (patch) | |
tree | 60d181b83db393c631723247491c103a3856c9a2 /target-ppc/exec.h | |
parent | f9fcd6f50568e6f18da46dd8ae762538644f4662 (diff) |
Revert revisions r4168 and r4169. That's work in progress, not ready for trunk yet.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4171 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 f14f6a82e4..76fdb0b1d6 100644 --- a/target-ppc/exec.h +++ b/target-ppc/exec.h @@ -27,6 +27,10 @@ #include "cpu.h" #include "exec-all.h" +/* For normal operations, precise emulation should not be needed */ +//#define USE_PRECISE_EMULATION 1 +#define USE_PRECISE_EMULATION 0 + register struct CPUPPCState *env asm(AREG0); #if TARGET_LONG_BITS > HOST_LONG_BITS /* no registers can be used */ |