2000-08-16 Jason Eckhardt <jle@cygnus.com>

* config/tc-i860.c (md_operand): Silly typo fixed.
This commit is contained in:
Jason Eckhardt 2000-08-16 21:34:45 +00:00
parent 8cb8bcbabb
commit f869cfc65e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-08-16 Jason Eckhardt <jle@cygnus.com>
* config/tc-i860.c (md_operand): Silly typo fixed.
2000-08-16 Nick Clifton <nickc@redhat.com>
* config/tc-arm.c (struct asm_shift): Delete.

View File

@ -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] == '+')
{