mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-02 20:52:55 +01:00
(ia64_install_cursor): Fix off-by-8 bug which caused r5 and r7 to not get
restored properly. (Logical change 1.211)
This commit is contained in:
parent
c9a01bf094
commit
f99cce1d2a
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ ia64_install_cursor:
|
|||
|
||||
ldf.fill f30 = [r30] // f30 restored (don't touch no more)
|
||||
ldf.fill f31 = [r31] // f31 restored (don't touch no more)
|
||||
add r3 = 16, in2
|
||||
add r3 = 8, in2
|
||||
;;
|
||||
|
||||
ld8.fill r4 = [in2], 16 // r4 restored (don't touch no more)
|
||||
|
|
Loading…
Reference in a new issue