aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-ppc/exec.h')
-rw-r--r--target-ppc/exec.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/target-ppc/exec.h b/target-ppc/exec.h
index e9c7e65fc..8db2bfa2a 100644
--- a/target-ppc/exec.h
+++ b/target-ppc/exec.h
@@ -27,12 +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
+/* Precise emulation is needed to correctly emulate exception flags */
+#define USE_PRECISE_EMULATION 1
register struct CPUPPCState *env asm(AREG0);
-#define TDX "%016" PRIx64
#if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h"