qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v14 07/33] target-tilegx: Fix LDNA_ADD_IMM8_OPCO


From: Chris Metcalf
Subject: Re: [Qemu-devel] [PATCH v14 07/33] target-tilegx: Fix LDNA_ADD_IMM8_OPCODE_X1
Date: Wed, 26 Aug 2015 13:11:40 -0400
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

I have queued both this and the 06/33 patch in the linux-tile tree as a
single patch for the kernel when the 4.3 merge window opens,
with Richard's Reported-By.  Thanks!

Both of these appear to be cut-and-paste errors from the tilepro
versions of the files.

On 08/24/2015 12:17 PM, Richard Henderson wrote:
An obvious typo in the mnemonic here.

Signed-off-by: Richard Henderson <address@hidden>
---
  target-tilegx/opcode_tilegx.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target-tilegx/opcode_tilegx.h b/target-tilegx/opcode_tilegx.h
index 3b8bf4f..989436d 100644
--- a/target-tilegx/opcode_tilegx.h
+++ b/target-tilegx/opcode_tilegx.h
@@ -1015,7 +1015,7 @@ enum
    LD_UNARY_OPCODE_X1 = 29,
    LNK_UNARY_OPCODE_X1 = 30,
    LNK_UNARY_OPCODE_Y1 = 14,
-  LWNA_ADD_IMM8_OPCODE_X1 = 21,
+  LDNA_ADD_IMM8_OPCODE_X1 = 21,
    MFSPR_IMM8_OPCODE_X1 = 22,
    MF_UNARY_OPCODE_X1 = 31,
    MM_BF_OPCODE_X0 = 7,

--
Chris Metcalf, EZChip Semiconductor
http://www.ezchip.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]