From f869cfc65e6ade7ba206cd5229787f55735aa79f Mon Sep 17 00:00:00 2001 From: Jason Eckhardt Date: Wed, 16 Aug 2000 21:34:45 +0000 Subject: 2000-08-16 Jason Eckhardt * config/tc-i860.c (md_operand): Silly typo fixed. --- gas/config/tc-i860.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config') diff --git a/gas/config/tc-i860.c b/gas/config/tc-i860.c index f3b3f91..2255eee 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] == '+') { -- cgit v1.1