diff options
author | Jason Eckhardt <jle@rice.edu> | 2000-08-16 21:34:45 +0000 |
---|---|---|
committer | Jason Eckhardt <jle@rice.edu> | 2000-08-16 21:34:45 +0000 |
commit | f869cfc65e6ade7ba206cd5229787f55735aa79f (patch) | |
tree | 4a54249a6f271f6eab2335b8f9550fee613aaaaf /gas/config/tc-i860.c | |
parent | 8cb8bcbabb9d13b10a965bde4c72d38612e17464 (diff) | |
download | gdb-f869cfc65e6ade7ba206cd5229787f55735aa79f.zip gdb-f869cfc65e6ade7ba206cd5229787f55735aa79f.tar.gz gdb-f869cfc65e6ade7ba206cd5229787f55735aa79f.tar.bz2 |
2000-08-16 Jason Eckhardt <jle@cygnus.com>
* config/tc-i860.c (md_operand): Silly typo fixed.
Diffstat (limited to 'gas/config/tc-i860.c')
-rw-r--r-- | gas/config/tc-i860.c | 2 |
1 files changed, 1 insertions, 1 deletions
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] == '+') { |