projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0975c30
)
SH4 mov.b fix, by Vince Weaver.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 26 Aug 2007 17:48:48 +0000
(17:48 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 26 Aug 2007 17:48:48 +0000
(17:48 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3152
c046a42c
-6fe2-441c-8c8c-
71466251a162
target-sh4/translate.c
patch
|
blob
|
history
diff --git
a/target-sh4/translate.c
b/target-sh4/translate.c
index b7be352d003cc4cabe95bc05bd15b1ce25e2d1ab..67ef8395e05bcb6ff180e8991d394b4ec7581787 100644
(file)
--- a/
target-sh4/translate.c
+++ b/
target-sh4/translate.c
@@
-879,10
+879,10
@@
void decode_opc(DisasContext * ctx)
gen_op_stw_T0_T1(ctx);
return;
case 0x8400: /* mov.b @(disp,Rn),R0 */
- gen_op_movl_rN_T0(REG(
0
));
- gen_op_
movl_rN_T1(REG(B7_4)
);
- gen_op_
addl_imm_T1(B3_0
);
- gen_op_
stb_T0_T1(ctx
);
+ gen_op_movl_rN_T0(REG(
B7_4
));
+ gen_op_
addl_imm_T0(B3_0
);
+ gen_op_
ldb_T0_T0(ctx
);
+ gen_op_
movl_T0_rN(REG(0)
);
return;
case 0x8500: /* mov.w @(disp,Rn),R0 */
gen_op_movl_rN_T0(REG(B7_4));