aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2006-06-09 12:55:00 +0000
committerThiemo Seufer <ths@networkno.de>2006-06-09 12:55:00 +0000
commita339155f836059ca96f69c572280df168b15dd85 (patch)
tree2e4b2602768987595ebd9b2be6303e1c63352dd0
parent1787fe5b3cb38c9bf216020cfa1ee1c53ec66f9a (diff)
downloadgdb-a339155f836059ca96f69c572280df168b15dd85.zip
gdb-a339155f836059ca96f69c572280df168b15dd85.tar.gz
gdb-a339155f836059ca96f69c572280df168b15dd85.tar.bz2
Lost bit belonging to the last commit.
-rw-r--r--gas/config/tc-mips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index cd4cce16a..a84468a 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -8620,6 +8620,7 @@ mips_ip (char *str, struct mips_cl_insn *ip)
break;
case ',':
+ ++argnum;
if (*s++ == *args)
continue;
s--;