mirror of https://gitee.com/openkylin/qemu.git
target-tilegx: Fix LDNA_ADD_IMM8_OPCODE_X1
An obvious typo in the mnemonic here. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
c6c00e1722
commit
4fe221820f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue