2000-08-16 Jason Eckhardt <jle@cygnus.com>
authorJason Eckhardt <jle@rice.edu>
Wed, 16 Aug 2000 21:34:45 +0000 (21:34 +0000)
committerJason Eckhardt <jle@rice.edu>
Wed, 16 Aug 2000 21:34:45 +0000 (21:34 +0000)
        * config/tc-i860.c (md_operand): Silly typo fixed.

gas/ChangeLog
gas/config/tc-i860.c

index f494672e58baf130054bf7a3cf833cfb7fda5d85..51202902d52ad10478a753e33c539b3550919b6b 100644 (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.
index f3b3f91af14ddf9ddeec3ba0036aa120e0819767..2255eeef2ba447346c52e2c60b3589770e62d73a 100644 (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] == '+')
        {
This page took 0.041971 seconds and 4 git commands to generate.