Additional exclusive load/store instruction are v6K, not v6T2.

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


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5518 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
pbrook 2008-10-22 21:42:54 +00:00
parent 86753403b2
commit a47f43d272
1 changed files with 1 additions and 1 deletions

View 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);