提交 ee7dbcf8 编写于 作者: E Edgar E. Iglesias

microblaze: Correct mfs into r0.

Signed-off-by: NEdgar E. Iglesias <edgar.iglesias@gmail.com>
上级 1567a005
......@@ -500,6 +500,10 @@ static void dec_msr(DisasContext *dc)
break;
}
}
if (dc->rd == 0) {
tcg_gen_movi_tl(cpu_R[0], 0);
}
}
/* 64-bit signed mul, lower result in d and upper in d2. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册