qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6058] target-ppc: update comment about precise emulation


From: Aurelien Jarno
Subject: [Qemu-devel] [6058] target-ppc: update comment about precise emulation
Date: Mon, 15 Dec 2008 21:48:28 +0000

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 <address@hidden>

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);






reply via email to

[Prev in Thread] Current Thread [Next in Thread]