mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 01:09:27 +01:00
(build_script): Fix typo which caused case to fail where primary UNaT
was saved in a register only. (Logical change 1.185)
This commit is contained in:
parent
a2b8866fb3
commit
d8715c0e28
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ build_script (struct cursor *c, struct ia64_script *script)
|
|||
pri_unat = sr.curr.reg + IA64_REG_PRI_UNAT_MEM;
|
||||
else if (sr.when_target < sr.curr.reg[IA64_REG_PRI_UNAT_MEM].when)
|
||||
/* (primary) NaT bits were saved to a register only */
|
||||
pri_unat = sr.curr.reg + IA64_REG_PRI_UNAT_MEM;
|
||||
pri_unat = sr.curr.reg + IA64_REG_PRI_UNAT_GR;
|
||||
else if (sr.curr.reg[IA64_REG_PRI_UNAT_MEM].when >
|
||||
sr.curr.reg[IA64_REG_PRI_UNAT_GR].when)
|
||||
/* (primary) NaT bits were last saved to memory */
|
||||
|
|
Loading…
Reference in a new issue