From c01f8ba4bce4cbe6c8dd83501f7cfd0c18d107b0 Mon Sep 17 00:00:00 2001 From: jle Date: Wed, 16 Aug 2000 21:34:45 +0000 Subject: [PATCH] 2000-08-16 Jason Eckhardt * config/tc-i860.c (md_operand): Silly typo fixed. --- gas/ChangeLog | 4 ++++ gas/config/tc-i860.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index f494672e58..51202902d5 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 f3b3f91af1..2255eeef2b 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] == '+') { -- 2.11.0