summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-10-17 23:41:19 +0000
committerJeff Law <law@redhat.com>1999-10-17 23:41:19 +0000
commit563f049a8bb06345dc96f96ea5d63a5092856e01 (patch)
tree745c9770f3e4ec0ee70407c832715494c8a9f95b
parent5ca0c45941cfcd8399d20ffa1345227cc438581c (diff)
downloadgdb-563f049a8bb06345dc96f96ea5d63a5092856e01.tar.gz
Fix typo in last change.
-rw-r--r--bfd/libhppa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libhppa.h b/bfd/libhppa.h
index b971364666e..c32eabe4457 100644
--- a/bfd/libhppa.h
+++ b/bfd/libhppa.h
@@ -583,7 +583,7 @@ static INLINE int
bfd_hppa_insn2fmt (insn)
unsigned long insn;
{
- char int = -1;
+ int fmt = -1;
unsigned char op = get_opcode (insn);
switch (op)