Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7ed68a4 authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

s390/disassembler: fix decoding of risblg instruction



Fix typo: risblk -> risblg.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent c59eed11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",