mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-27 02:30:30 +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;
|
return;
|
||||||
}
|
}
|
||||||
insn.opc = opc;
|
insn.opc = opc;
|
||||||
insn.dst = i + (UNW_IA64_NAT - UNW_IA64_GR);
|
insn.dst = i + (IA64_REG_NAT4 - IA64_REG_R4);
|
||||||
insn.val = val;
|
insn.val = val;
|
||||||
script_emit (script, insn);
|
script_emit (script, insn);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue