mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-25 12:33:42 +01:00
(emit_nat_info): Fix a typo: the destination must be a NaT-register!
(Logical change 1.167)
This commit is contained in:
parent
7956b79d8a
commit
7b23d69a26
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ emit_nat_info (struct ia64_state_record *sr, int i, struct ia64_script *script)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
insn.opc = opc;
|
insn.opc = opc;
|
||||||
insn.dst = i;
|
insn.dst = i + (UNW_IA64_NAT - UNW_IA64_GR);
|
||||||
insn.val = val;
|
insn.val = val;
|
||||||
script_emit (script, insn);
|
script_emit (script, insn);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue