Fix typo in last change.
This commit is contained in:
parent
7a7191b720
commit
68f8e33e59
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue