2000-08-16 Jason Eckhardt <jle@cygnus.com>
* config/tc-i860.c (md_operand): Silly typo fixed.
This commit is contained in:
parent
8cb8bcbabb
commit
f869cfc65e
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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] == '+')
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue