diff options
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-01-19 22:48:07 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-01-19 22:48:07 +0100 |
commit | 9ef55357634d57331243c780439efc596c8d460d (patch) | |
tree | 2bc5037e4ed4fcfb8669da4aa77cf4b432e1f8b1 /target-microblaze | |
parent | 1b5f56b134dc2d338911242424795de70c7475fd (diff) | |
download | qemu-9ef55357634d57331243c780439efc596c8d460d.zip |
microblaze: Tweak comment, fast cases -> common cases
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'target-microblaze')
-rw-r--r-- | target-microblaze/translate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-microblaze/translate.c b/target-microblaze/translate.c index 2e236fb844..2673167d5f 100644 --- a/target-microblaze/translate.c +++ b/target-microblaze/translate.c @@ -788,7 +788,7 @@ static inline TCGv *compute_ldst_addr(DisasContext *dc, TCGv *t) { unsigned int extimm = dc->tb_flags & IMM_FLAG; - /* Treat the fast cases first. */ + /* Treat the common cases first. */ if (!dc->type_b) { /* If any of the regs is r0, return a ptr to the other. */ if (dc->ra == 0) { |