summaryrefslogtreecommitdiff
path: root/bfd/libhppa.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/libhppa.h')
-rw-r--r--bfd/libhppa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libhppa.h b/bfd/libhppa.h
index b971364666..c32eabe445 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)