From: Jeff Law Date: Sun, 17 Oct 1999 23:41:19 +0000 (+0000) Subject: Fix typo in last change. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a2b1721db529384dd5b9aefe6f3aa9f2b52b61fd;p=pf3gnuchains%2Fpf3gnuchains3x.git Fix typo in last change. --- 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)