From: Jason Eckhardt Date: Wed, 16 Aug 2000 21:34:45 +0000 (+0000) Subject: 2000-08-16 Jason Eckhardt X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f869cfc65e6ade7ba206cd5229787f55735aa79f;p=binutils-gdb.git 2000-08-16 Jason Eckhardt * config/tc-i860.c (md_operand): Silly typo fixed. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index f494672e58b..51202902d52 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2000-08-16 Jason Eckhardt + + * config/tc-i860.c (md_operand): Silly typo fixed. + 2000-08-16 Nick Clifton * config/tc-arm.c (struct asm_shift): Delete. diff --git a/gas/config/tc-i860.c b/gas/config/tc-i860.c index f3b3f91af14..2255eeef2ba 100644 --- a/gas/config/tc-i860.c +++ b/gas/config/tc-i860.c @@ -1125,7 +1125,7 @@ md_operand (exp) { char *s; - for (s = input_line_pointer; s; s++) + for (s = input_line_pointer; *s; s++) { if (s[0] == '+' && s[1] == '+') {