From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1edT0t-00060R-6l for qemu-devel@nongnu.org; Sun, 21 Jan 2018 22:43:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1edT0s-0006pu-CL for qemu-devel@nongnu.org; Sun, 21 Jan 2018 22:43:15 -0500 Received: from mail-pf0-x243.google.com ([2607:f8b0:400e:c00::243]:44393) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1edT0s-0006pW-61 for qemu-devel@nongnu.org; Sun, 21 Jan 2018 22:43:14 -0500 Received: by mail-pf0-x243.google.com with SMTP id m26so6076275pfj.11 for ; Sun, 21 Jan 2018 19:43:14 -0800 (PST) From: Richard Henderson Date: Sun, 21 Jan 2018 19:42:10 -0800 Message-Id: <20180122034217.19593-37-richard.henderson@linaro.org> In-Reply-To: <20180122034217.19593-1-richard.henderson@linaro.org> References: <20180122034217.19593-1-richard.henderson@linaro.org> Subject: [Qemu-devel] [PULL 36/43] target/hppa: Fix comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, Helge Deller From: Helge Deller Signed-off-by: Helge Deller Message-Id: <20171212212319.GA31494@ls3530.fritz.box> Signed-off-by: Richard Henderson --- target/hppa/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/hppa/translate.c b/target/hppa/translate.c index 6cf4e37062..965641f380 100644 --- a/target/hppa/translate.c +++ b/target/hppa/translate.c @@ -3182,7 +3182,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); -- 2.14.3