projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a974fd
)
fix minor formatting problem
author
Ian Lance Taylor
<ian@airs.com>
Sun, 23 Feb 1997 23:14:39 +0000
(23:14 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Sun, 23 Feb 1997 23:14:39 +0000
(23:14 +0000)
gas/config/tc-mips.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-mips.c
b/gas/config/tc-mips.c
index 382540a01a274fef1a5b6eca2e42e7f0fc4b8676..5de9d9f4e9ac48add170db0ad75efceaa59cac14 100644
(file)
--- a/
gas/config/tc-mips.c
+++ b/
gas/config/tc-mips.c
@@
-6341,9
+6341,9
@@
mips_ip (str, ip)
for (s = str; *s != '\0' && !isspace(*s); ++s)
continue;
- if (
isspace(*s)
)
+ if (
isspace (*s)
)
*s++ = '\0';
-
+
if ((insn = (struct mips_opcode *) hash_find (op_hash, str)) == NULL)
{
insn_error = "unrecognized opcode";