diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-15 21:48:27 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-15 21:48:27 +0000 |
commit | ce9ede844c5153bc3f6bd27b676cc502c0b36a61 (patch) | |
tree | 45a527d3f4ab80949312b21d4a41bdd255e955e3 /target-ppc/exec.h | |
parent | 09723aa114f9755b860dd1b6ad2281dea47b77fc (diff) |
target-ppc: update comment about precise emulation
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6058 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/exec.h')
-rw-r--r-- | target-ppc/exec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target-ppc/exec.h b/target-ppc/exec.h index 13e1efe54c..bfa8d8e3e2 100644 --- a/target-ppc/exec.h +++ b/target-ppc/exec.h @@ -27,8 +27,7 @@ #include "cpu.h" #include "exec-all.h" -/* For normal operations, precise emulation should not be needed */ -//#define USE_PRECISE_EMULATION 1 +/* Precise emulation is need to correctly emulation exception flags */ #define USE_PRECISE_EMULATION 1 register struct CPUPPCState *env asm(AREG0); |