mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
s390/disassembler: fix decoding of risblg instruction
Fix typo: risblk -> risblg. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
c59eed111b
commit
f7ed68a47f
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ static char *long_insn_name[] = {
|
|||
[LONG_INSN_LLGHRL] = "llghrl",
|
||||
[LONG_INSN_POPCNT] = "popcnt",
|
||||
[LONG_INSN_RISBHG] = "risbhg",
|
||||
[LONG_INSN_RISBLG] = "risblk",
|
||||
[LONG_INSN_RISBLG] = "risblg",
|
||||
[LONG_INSN_RINEXT] = "rinext",
|
||||
[LONG_INSN_RIEMIT] = "riemit",
|
||||
[LONG_INSN_TABORT] = "tabort",
|
||||
|
|
Loading…
Reference in a new issue