mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
Fix typo in last change.
This commit is contained in:
parent
7a7191b720
commit
68f8e33e59
@ -583,7 +583,7 @@ static INLINE int
|
|||||||
bfd_hppa_insn2fmt (insn)
|
bfd_hppa_insn2fmt (insn)
|
||||||
unsigned long insn;
|
unsigned long insn;
|
||||||
{
|
{
|
||||||
char int = -1;
|
int fmt = -1;
|
||||||
unsigned char op = get_opcode (insn);
|
unsigned char op = get_opcode (insn);
|
||||||
|
|
||||||
switch (op)
|
switch (op)
|
||||||
|
Loading…
Reference in New Issue
Block a user