[patch 19/34] disassembler: fix output for insns with 6 operands.

2007-10-04 Thread Martin Schwidefsky
From: Martin Schwidefsky <[EMAIL PROTECTED]> 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

[patch 19/34] disassembler: fix output for insns with 6 operands.

2007-10-04 Thread Martin Schwidefsky
From: Martin Schwidefsky [EMAIL PROTECTED] 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