mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user