From: Martin Schwidefsky Date: Fri, 12 Oct 2007 14:11:33 +0000 (+0200) Subject: [S390] disassembler: fix output for insns with 6 operands. X-Git-Tag: v2.6.24-rc1~1426 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ccbdc226cac44bb56cd479917195dc5132d7aa;p=pandora-kernel.git [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 --- Reading git-diff-tree failed