]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
target-tilegx: Fix LDNA_ADD_IMM8_OPCODE_X1
authorRichard Henderson <rth@twiddle.net>
Fri, 21 Aug 2015 16:49:30 +0000 (09:49 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 15 Sep 2015 14:41:35 +0000 (07:41 -0700)
An obvious typo in the mnemonic here.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-tilegx/opcode_tilegx.h

index 3b8bf4f390acc04ac4cbc88bc27ea88a945790ba..989436d2f86f6c2ad20096a5311338d04cbf876f 100644 (file)
@@ -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,