mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-15 19:31:37 +00:00
thumb BLX insn fix (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1607 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3dbbdc2555
commit
2531fc7bc0
@ -2035,7 +2035,7 @@ static void disas_thumb_insn(DisasContext *s)
|
|||||||
gen_movl_reg_T1(s, 14);
|
gen_movl_reg_T1(s, 14);
|
||||||
|
|
||||||
val += offset << 1;
|
val += offset << 1;
|
||||||
if (insn & (1 << 11)) {
|
if (insn & (1 << 12)) {
|
||||||
/* bl */
|
/* bl */
|
||||||
gen_jmp(s, val);
|
gen_jmp(s, val);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user