array.
@ -1,3 +1,8 @@
2005-04-21 Christian Groessler <chris@groessler.org>
* config/tc-z8k.c (md_assemble): Fix buffer overrun in operand[]
2005-04-20 H.J. Lu <hongjiu.lu@intel.com>
* config/obj-aout.h (S_IS_EXTERN): Removed.
@ -1182,7 +1182,7 @@ md_assemble (char *str)
char c;
char *op_start;
char *op_end;
struct z8k_op operand[3];
struct z8k_op operand[4];
opcode_entry_type *opcode;
/* Drop leading whitespace. */