1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-30 13:11:44 +02:00

(emit_nat_info): i is a preserved register number.

Correct accordingly.

(Logical change 1.169)
This commit is contained in:
mostang.com!davidm 2004-02-14 23:04:43 +00:00
parent 1ac893cbab
commit d3a82ba5e8

View file

@ -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);
}