diff options
-rw-r--r-- | bfd/libhppa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libhppa.h b/bfd/libhppa.h index b971364..c32eabe 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) |