qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5518] Additional exclusive load/store instruction are v6K, not v6T2.
@ 2008-10-22 21:42 Paul Brook
  0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2008-10-22 21:42 UTC (permalink / raw)
  To: qemu-devel

Revision: 5518
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5518
Author:   pbrook
Date:     2008-10-22 21:42:54 +0000 (Wed, 22 Oct 2008)

Log Message:
-----------
Additional exclusive load/store instruction are v6K, not v6T2.

Signed-off-by: Paul Brook <paul@codesourcery.com>

Modified Paths:
--------------
    trunk/target-arm/translate.c

Modified: trunk/target-arm/translate.c
===================================================================
--- trunk/target-arm/translate.c	2008-10-22 20:35:54 UTC (rev 5517)
+++ trunk/target-arm/translate.c	2008-10-22 21:42:54 UTC (rev 5518)
@@ -6227,7 +6227,7 @@
                         /* load/store exclusive */
                         op1 = (insn >> 21) & 0x3;
                         if (op1)
-                            ARCH(6T2);
+                            ARCH(6K);
                         else
                             ARCH(6);
                         gen_movl_T1_reg(s, rn);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-22 21:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-22 21:42 [Qemu-devel] [5518] Additional exclusive load/store instruction are v6K, not v6T2 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).