1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-29 04:31:45 +02:00

(emit_nat_info): Fix a typo: the destination must be a NaT-register!

(Logical change 1.167)
This commit is contained in:
mostang.com!davidm 2004-02-14 07:51:43 +00:00
parent 7956b79d8a
commit 7b23d69a26

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;
insn.dst = i + (UNW_IA64_NAT - UNW_IA64_GR);
insn.val = val;
script_emit (script, insn);
}