[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [5518] Additional exclusive load/store instruction are v6K,
From: |
Paul Brook |
Subject: |
[Qemu-devel] [5518] Additional exclusive load/store instruction are v6K, not v6T2. |
Date: |
Wed, 22 Oct 2008 21:42:54 +0000 |
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 <address@hidden>
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);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [5518] Additional exclusive load/store instruction are v6K, not v6T2.,
Paul Brook <=