Commit ce9ede844c5153bc3f6bd27b676cc502c0b36a61
1 parent
09723aa1
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
Showing
1 changed file
with
1 additions
and
2 deletions
target-ppc/exec.h
@@ -27,8 +27,7 @@ | @@ -27,8 +27,7 @@ | ||
27 | #include "cpu.h" | 27 | #include "cpu.h" |
28 | #include "exec-all.h" | 28 | #include "exec-all.h" |
29 | 29 | ||
30 | -/* For normal operations, precise emulation should not be needed */ | ||
31 | -//#define USE_PRECISE_EMULATION 1 | 30 | +/* Precise emulation is need to correctly emulation exception flags */ |
32 | #define USE_PRECISE_EMULATION 1 | 31 | #define USE_PRECISE_EMULATION 1 |
33 | 32 | ||
34 | register struct CPUPPCState *env asm(AREG0); | 33 | register struct CPUPPCState *env asm(AREG0); |