]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[S390] disassembler: fix output for insns with 6 operands.
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 12 Oct 2007 14:11:33 +0000 (16:11 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 12 Oct 2007 14:13:06 +0000 (16:13 +0200)
commit74ccbdc226cac44bb56cd479917195dc5132d7aa
tree5a50a228260612599fd452c24261c1d064a41c20
parent076fc808ab804c6cfb40fd0caa0b74dd50e0d5de
[S390] disassembler: fix output for insns with 6 operands.

The termination condition of the loop that prints the operands of
an instruction doesn't stop after the maximum of 6 operands.
It continues with the operands of the next instruction format
instead which create really long lines.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/dis.c