* config/tc-m68hc11.c (md_assemble): Quiet warning.

This commit is contained in:
Alan Modra 2006-10-23 03:23:49 +00:00
parent 05bf94229c
commit 878bcc438a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-10-23 Alan Modra <amodra@bigpond.net.au>
* config/tc-m68hc11.c (md_assemble): Quiet warning.
2006-10-19 Mike Frysinger <vapier@gentoo.org>
* config/tc-i386.c (md_parse_option): Use CONST_STRNEQ.

View File

@ -1,5 +1,5 @@
/* tc-m68hc11.c -- Assembler code for the Motorola 68HC11 & 68HC12.
Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005
Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
Written by Stephane Carrez (stcarrez@nerim.fr)
@ -2457,7 +2457,7 @@ md_assemble (char *str)
char name[20];
int nlen = 0;
operand operands[M6811_MAX_OPERANDS];
int nb_operands;
int nb_operands = 0;
int branch_optimize = 0;
int alias_id = -1;