diff options
Diffstat (limited to 'target-ppc/exec.h')
-rw-r--r-- | target-ppc/exec.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target-ppc/exec.h b/target-ppc/exec.h index 76fdb0b1d6..f14f6a82e4 100644 --- a/target-ppc/exec.h +++ b/target-ppc/exec.h @@ -27,10 +27,6 @@ #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 - register struct CPUPPCState *env asm(AREG0); #if TARGET_LONG_BITS > HOST_LONG_BITS /* no registers can be used */ |