diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-15 17:14:50 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-15 17:14:50 +0000 |
commit | 196e3422f7179b4a9e5ab95847e750e4576ae94f (patch) | |
tree | 0c4ab514e3e37774b42dd99c64c496d928e84b2c /target-ppc/exec.h | |
parent | da1e7ac9d47edd9979df5a41e752679435ea40c9 (diff) |
target-ppc: enable PRECISE_EMULATION by default
With this option enabled, all glibc math tests pass.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6054 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/exec.h')
-rw-r--r-- | target-ppc/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/exec.h b/target-ppc/exec.h index e9c7e65fc0..3f85b206e9 100644 --- a/target-ppc/exec.h +++ b/target-ppc/exec.h @@ -29,7 +29,7 @@ /* For normal operations, precise emulation should not be needed */ //#define USE_PRECISE_EMULATION 1 -#define USE_PRECISE_EMULATION 0 +#define USE_PRECISE_EMULATION 1 register struct CPUPPCState *env asm(AREG0); #define TDX "%016" PRIx64 |