commit | 74ccbdc226cac44bb56cd479917195dc5132d7aa | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Oct 12 16:11:33 2007 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Oct 12 16:13:06 2007 +0200 |
tree | 5a50a228260612599fd452c24261c1d064a41c20 | |
parent | 076fc808ab804c6cfb40fd0caa0b74dd50e0d5de [diff] |
[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>