projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c50538
)
s390/disassembler: fix LRDFU format
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Tue, 26 Sep 2017 11:36:01 +0000
(13:36 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Fri, 29 Sep 2017 13:52:03 +0000
(15:52 +0200)
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/dis.c
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/dis.c
b/arch/s390/kernel/dis.c
index d9970c15f79dd94c612ecd643967c4702e98702d..6d2974ab45680202e81160e7401527c3fb50d74f 100644
(file)
--- a/
arch/s390/kernel/dis.c
+++ b/
arch/s390/kernel/dis.c
@@
-295,7
+295,7
@@
static const unsigned char formats[][7] = {
[INSTR_RSE_RRRD] = { 0xff, R_8,R_12,D_20,B_16,0,0 },
[INSTR_RSE_RURD] = { 0xff, R_8,U4_12,D_20,B_16,0,0 },
[INSTR_RSI_RRP] = { 0xff, R_8,R_12,J16_16,0,0,0 },
- [INSTR_RSL_LRDFU] = { 0xff, F_32,D_20,L
4
_8,B_16,U4_36,0 },
+ [INSTR_RSL_LRDFU] = { 0xff, F_32,D_20,L
8
_8,B_16,U4_36,0 },
[INSTR_RSL_R0RD] = { 0xff, D_20,L4_8,B_16,0,0,0 },
[INSTR_RSY_AARD] = { 0xff, A_8,A_12,D20_20,B_16,0,0 },
[INSTR_RSY_CCRD] = { 0xff, C_8,C_12,D20_20,B_16,0,0 },