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);