mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Fix stack offset for r19 load in __getcontext.
This commit is contained in:
@ -156,7 +156,7 @@ ENTRY(__getcontext)
|
||||
/* Epilogue */
|
||||
ldw -84(%sp), %r2
|
||||
#ifdef PIC
|
||||
ldw -96(%sp), %r19
|
||||
ldw -32(%sp), %r19
|
||||
#endif
|
||||
bv %r0(%r2)
|
||||
ldwm -64(%sp), %r4
|
||||
|
Reference in New Issue
Block a user