From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eeURw-00053o-1k for qemu-devel@nongnu.org; Wed, 24 Jan 2018 18:27:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eeURv-00027z-8c for qemu-devel@nongnu.org; Wed, 24 Jan 2018 18:27:24 -0500 Received: from mail-pg0-x243.google.com ([2607:f8b0:400e:c05::243]:42675) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eeURv-000271-2P for qemu-devel@nongnu.org; Wed, 24 Jan 2018 18:27:23 -0500 Received: by mail-pg0-x243.google.com with SMTP id q67so3809805pga.9 for ; Wed, 24 Jan 2018 15:27:22 -0800 (PST) From: Richard Henderson Date: Wed, 24 Jan 2018 15:26:16 -0800 Message-Id: <20180124232625.30105-37-richard.henderson@linaro.org> In-Reply-To: <20180124232625.30105-1-richard.henderson@linaro.org> References: <20180124232625.30105-1-richard.henderson@linaro.org> Subject: [Qemu-devel] [PATCH v3 36/45] target/hppa: Fix comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: 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