提交 2bc1abb7 编写于 作者: P pbrook

Fix typo in m68k outer displacement addressing (Andreas Schwab).


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2872 c046a42c-6fe2-441c-8c8c-71466251a162
上级 510ff0b7
...@@ -313,7 +313,7 @@ static int gen_lea_indexed(DisasContext *s, int opsize, int base) ...@@ -313,7 +313,7 @@ static int gen_lea_indexed(DisasContext *s, int opsize, int base)
od = 0; od = 0;
} }
if (od != 0) { if (od != 0) {
gen_op_add32(add, tmp, gen_im32(od)); gen_op_add32(tmp, add, gen_im32(od));
add = tmp; add = tmp;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册