mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue