[S390] disassembler: fix b2 opcodes like srst, bsg, and others
authorChristian Borntraeger <borntraeger@de.ibm.com>
Wed, 22 Aug 2007 11:51:42 +0000 (13:51 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 22 Aug 2007 11:51:48 +0000 (13:51 +0200)
commitcee9e53f59fe1842a7d26fa1e76382fb6ed21048
tree83d9242f1e27a32a146149f9479ccdce0707d003
parent8127a1f80a002d02a30909ddf6187faedf89e00a
[S390] disassembler: fix b2 opcodes like srst, bsg, and others

The instruction table for b2 opcodes was missing an opfrag value
for the cpya instruction. All instructions specified after cpya
were not considered by the disassembler. The fix is simple and
obvious - add the opfrag field to the cpya instruction.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/kernel/dis.c