Revision e864cabd target-ppc/exec.h

b/target-ppc/exec.h
27 27
#include "cpu.h"
28 28
#include "exec-all.h"
29 29

  
30
/* For normal operations, precise emulation should not be needed */
31
//#define USE_PRECISE_EMULATION 1
32
#define USE_PRECISE_EMULATION 0
33

  
30 34
register struct CPUPPCState *env asm(AREG0);
31 35
#if TARGET_LONG_BITS > HOST_LONG_BITS
32 36
/* no registers can be used */

Also available in: Unified diff