mirror of https://github.com/xqemu/xqemu.git
microblaze: Tweak comment, fast cases -> common cases
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
1b5f56b134
commit
9ef5535763
|
@ -788,7 +788,7 @@ static inline TCGv *compute_ldst_addr(DisasContext *dc, TCGv *t)
|
||||||
{
|
{
|
||||||
unsigned int extimm = dc->tb_flags & IMM_FLAG;
|
unsigned int extimm = dc->tb_flags & IMM_FLAG;
|
||||||
|
|
||||||
/* Treat the fast cases first. */
|
/* Treat the common cases first. */
|
||||||
if (!dc->type_b) {
|
if (!dc->type_b) {
|
||||||
/* If any of the regs is r0, return a ptr to the other. */
|
/* If any of the regs is r0, return a ptr to the other. */
|
||||||
if (dc->ra == 0) {
|
if (dc->ra == 0) {
|
||||||
|
|
Loading…
Reference in New Issue