Additional exclusive load/store instruction are v6K, not v6T2.
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 22 Oct 2008 21:42:54 +0000 (21:42 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 22 Oct 2008 21:42:54 +0000 (21:42 +0000)
Signed-off-by: Paul Brook <paul@codesourcery.com>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5518 c046a42c-6fe2-441c-8c8c-71466251a162

target-arm/translate.c

index 452016c..ce3509d 100644 (file)
@@ -6227,7 +6227,7 @@ static void disas_arm_insn(CPUState * env, DisasContext *s)
                         /* load/store exclusive */
                         op1 = (insn >> 21) & 0x3;
                         if (op1)
-                            ARCH(6T2);
+                            ARCH(6K);
                         else
                             ARCH(6);
                         gen_movl_T1_reg(s, rn);