OSDN Git Service

Fix typo in last change.
authorJeff Law <law@redhat.com>
Sun, 17 Oct 1999 23:41:19 +0000 (23:41 +0000)
committerJeff Law <law@redhat.com>
Sun, 17 Oct 1999 23:41:19 +0000 (23:41 +0000)
bfd/libhppa.h

index b971364..c32eabe 100644 (file)
@@ -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)