From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCLIp-0001zD-IQ for qemu-devel@nongnu.org; Mon, 15 Dec 2008 16:48:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCLIn-0001wQ-Rn for qemu-devel@nongnu.org; Mon, 15 Dec 2008 16:48:34 -0500 Received: from [199.232.76.173] (port=43963 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCLIn-0001w5-HV for qemu-devel@nongnu.org; Mon, 15 Dec 2008 16:48:33 -0500 Received: from savannah.gnu.org ([199.232.41.3]:49364 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LCLIn-0005aQ-78 for qemu-devel@nongnu.org; Mon, 15 Dec 2008 16:48:33 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1LCLIi-0006RL-FM for qemu-devel@nongnu.org; Mon, 15 Dec 2008 21:48:28 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1LCLIi-0006RF-5u for qemu-devel@nongnu.org; Mon, 15 Dec 2008 21:48:28 +0000 MIME-Version: 1.0 Errors-To: aurel32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Aurelien Jarno Message-Id: Date: Mon, 15 Dec 2008 21:48:28 +0000 Subject: [Qemu-devel] [6058] target-ppc: update comment about precise emulation Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 6058 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6058 Author: aurel32 Date: 2008-12-15 21:48:27 +0000 (Mon, 15 Dec 2008) Log Message: ----------- target-ppc: update comment about precise emulation Signed-off-by: Aurelien Jarno Modified Paths: -------------- trunk/target-ppc/exec.h Modified: trunk/target-ppc/exec.h =================================================================== --- trunk/target-ppc/exec.h 2008-12-15 20:24:25 UTC (rev 6057) +++ trunk/target-ppc/exec.h 2008-12-15 21:48:27 UTC (rev 6058) @@ -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);