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:
parent
86753403b2
commit
a47f43d272
@ -6227,7 +6227,7 @@ static void disas_arm_insn(CPUState * env, DisasContext *s)
|
|||||||
/* load/store exclusive */
|
/* load/store exclusive */
|
||||||
op1 = (insn >> 21) & 0x3;
|
op1 = (insn >> 21) & 0x3;
|
||||||
if (op1)
|
if (op1)
|
||||||
ARCH(6T2);
|
ARCH(6K);
|
||||||
else
|
else
|
||||||
ARCH(6);
|
ARCH(6);
|
||||||
gen_movl_T1_reg(s, rn);
|
gen_movl_T1_reg(s, rn);
|
||||||
|
Loading…
Reference in New Issue
Block a user