Fix typo in last change.

This commit is contained in:
Jeff Law 1999-10-17 23:41:19 +00:00
parent 7a7191b720
commit 68f8e33e59

View 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)