aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparc-pinsn.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/sparc-pinsn.c')
-rw-r--r--gdb/sparc-pinsn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sparc-pinsn.c b/gdb/sparc-pinsn.c
index 2b232f0..60a91fb 100644
--- a/gdb/sparc-pinsn.c
+++ b/gdb/sparc-pinsn.c
@@ -433,7 +433,7 @@ compare_opcodes (a, b)
/* Except for aliases, two "identical" instructions had
better have the same opcode. This is a sanity check on the table. */
- i = strcmp (op0->name, op1->name);
+ i = STRCMP (op0->name, op1->name);
if (i)
if (op0->flags & F_ALIAS) /* If they're both aliases, be arbitrary. */
return i;