[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)
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>

No differences found