From: Jeff Law Date: Sun, 17 Oct 1999 23:41:19 +0000 (+0000) Subject: Fix typo in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68f8e33e592aaefb4c7f49483195251df7864844;p=binutils-gdb.git Fix typo in last change. --- 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)