mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
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
@ -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 New Issue
Block a user