From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCXPd-0000lW-89 for qemu-devel@nongnu.org; Tue, 16 Dec 2008 05:44:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCXPc-0000l7-Jq for qemu-devel@nongnu.org; Tue, 16 Dec 2008 05:44:24 -0500 Received: from [199.232.76.173] (port=46656 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCXPc-0000kv-5P for qemu-devel@nongnu.org; Tue, 16 Dec 2008 05:44:24 -0500 Received: from savannah.gnu.org ([199.232.41.3]:41783 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 1LCXPb-0006WO-Rl for qemu-devel@nongnu.org; Tue, 16 Dec 2008 05:44:23 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1LCXPa-0006Lt-Qy for qemu-devel@nongnu.org; Tue, 16 Dec 2008 10:44:22 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1LCXPa-0006Lp-Hh for qemu-devel@nongnu.org; Tue, 16 Dec 2008 10:44:22 +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: Tue, 16 Dec 2008 10:44:22 +0000 Subject: [Qemu-devel] [6068] target-ppc: fix a typo introduced in revision 6058 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: 6068 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6068 Author: aurel32 Date: 2008-12-16 10:44:22 +0000 (Tue, 16 Dec 2008) Log Message: ----------- target-ppc: fix a typo introduced in revision 6058 Signed-off-by: Aurelien Jarno Revision Links: -------------- http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6058 Modified Paths: -------------- trunk/target-ppc/exec.h Modified: trunk/target-ppc/exec.h =================================================================== --- trunk/target-ppc/exec.h 2008-12-16 10:44:14 UTC (rev 6067) +++ trunk/target-ppc/exec.h 2008-12-16 10:44:22 UTC (rev 6068) @@ -27,7 +27,7 @@ #include "cpu.h" #include "exec-all.h" -/* Precise emulation is need to correctly emulation exception flags */ +/* Precise emulation is needed to correctly emulation exception flags */ #define USE_PRECISE_EMULATION 1 register struct CPUPPCState *env asm(AREG0);