From: aurel32 Date: Mon, 15 Dec 2008 21:48:27 +0000 (+0000) Subject: target-ppc: update comment about precise emulation X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~13228 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce9ede844c5153bc3f6bd27b676cc502c0b36a61;p=sdk%2Femulator%2Fqemu.git target-ppc: update comment about precise emulation Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6058 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/target-ppc/exec.h b/target-ppc/exec.h index 13e1efe..bfa8d8e 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);