mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
target/hppa: Fix comment
Signed-off-by: Helge Deller <deller@gmx.de> Message-Id: <20171212212319.GA31494@ls3530.fritz.box> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
5eecd37a93
commit
3f7367e2cc
1 changed files with 1 additions and 1 deletions
|
@ -3193,7 +3193,7 @@ static DisasJumpType trans_store_w(DisasContext *ctx, uint32_t insn)
|
|||
/* FSTW without modification. */
|
||||
return do_fstorew(ctx, ext2 * 32 + rt, rb, 0, 0, i, sp, 0);
|
||||
case 2:
|
||||
/* LDW with modification. */
|
||||
/* STW with modification. */
|
||||
return do_store(ctx, rt, rb, i, sp, (i < 0 ? 1 : -1), MO_TEUL);
|
||||
default:
|
||||
return gen_illegal(ctx);
|
||||
|
|
Loading…
Reference in a new issue