aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-m88k.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-09-28 04:47:32 +0000
committerKen Raeburn <raeburn@cygnus>1993-09-28 04:47:32 +0000
commit43029a8f84e0684ba2c1e6e1643245cd80404ef2 (patch)
tree98419426285e4dd74f8673764c4d7881375cef62 /gas/config/tc-m88k.c
parent32940b9fe3088fefe40ca9009f622ef5bb22b4bf (diff)
downloadgdb-43029a8f84e0684ba2c1e6e1643245cd80404ef2.zip
gdb-43029a8f84e0684ba2c1e6e1643245cd80404ef2.tar.gz
gdb-43029a8f84e0684ba2c1e6e1643245cd80404ef2.tar.bz2
Whitespace/comment cleanup. Use PARAMS in tc-vax.c.
Make various routines return null pointer instead of empty string for success indication.
Diffstat (limited to 'gas/config/tc-m88k.c')
-rw-r--r--gas/config/tc-m88k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-m88k.c b/gas/config/tc-m88k.c
index 245fc20..961c418 100644
--- a/gas/config/tc-m88k.c
+++ b/gas/config/tc-m88k.c
@@ -201,7 +201,7 @@ md_begin ()
retval = hash_insert (op_hash, name, &m88k_opcodes[i]);
- if (retval != NULL && *retval != '\0')
+ if (retval != NULL)
as_fatal ("Can't hash instruction '%s':%s",
m88k_opcodes[i].name, retval);