mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 01:09:27 +01:00
(emit_nat_info): i is a preserved register number.
Correct accordingly. (Logical change 1.169)
This commit is contained in:
parent
1ac893cbab
commit
d3a82ba5e8
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;
|
||||
}
|
||||
insn.opc = opc;
|
||||
insn.dst = i + (UNW_IA64_NAT - UNW_IA64_GR);
|
||||
insn.dst = i + (IA64_REG_NAT4 - IA64_REG_R4);
|
||||
insn.val = val;
|
||||
script_emit (script, insn);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue