From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1efwBV-000381-5b for qemu-devel@nongnu.org; Sun, 28 Jan 2018 18:16:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1efwBU-0000OD-AF for qemu-devel@nongnu.org; Sun, 28 Jan 2018 18:16:25 -0500 Received: from mail-pg0-x244.google.com ([2607:f8b0:400e:c05::244]:36778) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1efwBU-0000Mf-4S for qemu-devel@nongnu.org; Sun, 28 Jan 2018 18:16:24 -0500 Received: by mail-pg0-x244.google.com with SMTP id k68so3012630pga.3 for ; Sun, 28 Jan 2018 15:16:24 -0800 (PST) From: Richard Henderson Date: Sun, 28 Jan 2018 15:15:19 -0800 Message-Id: <20180128231528.22719-35-richard.henderson@linaro.org> In-Reply-To: <20180128231528.22719-1-richard.henderson@linaro.org> References: <20180128231528.22719-1-richard.henderson@linaro.org> Subject: [Qemu-devel] [PULL v4 34/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 a93e86c9e3..3327c085ff 100644 --- a/target/hppa/translate.c +++ b/target/hppa/translate.c @@ -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); -- 2.14.3