[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [6068] target-ppc: fix a typo introduced in revision 6058
From: |
Aurelien Jarno |
Subject: |
[Qemu-devel] [6068] target-ppc: fix a typo introduced in revision 6058 |
Date: |
Tue, 16 Dec 2008 10:44:22 +0000 |
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 <address@hidden>
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);
- [Qemu-devel] [6068] target-ppc: fix a typo introduced in revision 6058,
Aurelien Jarno <=