projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6c00e1
)
target-tilegx: Fix LDNA_ADD_IMM8_OPCODE_X1
author
Richard Henderson
<rth@twiddle.net>
Fri, 21 Aug 2015 16:49:30 +0000
(09:49 -0700)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/target-tilegx/opcode_tilegx.h
b/target-tilegx/opcode_tilegx.h
index 3b8bf4f390acc04ac4cbc88bc27ea88a945790ba..989436d2f86f6c2ad20096a5311338d04cbf876f 100644
(file)
--- 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,
- L
W
NA_ADD_IMM8_OPCODE_X1 = 21,
+ L
D
NA_ADD_IMM8_OPCODE_X1 = 21,
MFSPR_IMM8_OPCODE_X1 = 22,
MF_UNARY_OPCODE_X1 = 31,
MM_BF_OPCODE_X0 = 7,