* [Qemu-devel] [5285] Fix neon encoding comment.
@ 2008-09-21 23:15 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2008-09-21 23:15 UTC (permalink / raw)
To: qemu-devel
Revision: 5285
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5285
Author: pbrook
Date: 2008-09-21 23:15:38 +0000 (Sun, 21 Sep 2008)
Log Message:
-----------
Fix neon encoding comment.
Modified Paths:
--------------
trunk/target-arm/translate.c
Modified: trunk/target-arm/translate.c
===================================================================
--- trunk/target-arm/translate.c 2008-09-21 21:21:26 UTC (rev 5284)
+++ trunk/target-arm/translate.c 2008-09-21 23:15:38 UTC (rev 5285)
@@ -4808,7 +4808,7 @@
neon_store_reg(rd, pass, tmp);
}
}
- } else { /* (insn & 0x00800010 == 0x00800010) */
+ } else { /* (insn & 0x00800010 == 0x00800000) */
if (size != 3) {
op = (insn >> 8) & 0xf;
if ((insn & (1 << 6)) == 0) {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-09-21 23:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-21 23:15 [Qemu-devel] [5285] Fix neon encoding comment Paul Brook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).