mirror of git://sourceware.org/git/glibc.git
Fix offset of cleanupbuf.__prev.
This commit is contained in:
parent
374d9002ce
commit
2ec5130254
|
|
@ -220,7 +220,7 @@ __pthread_cond_timedwait:
|
||||||
jne 10f
|
jne 10f
|
||||||
|
|
||||||
/* Remove cancellation handler. */
|
/* Remove cancellation handler. */
|
||||||
11: movl 20+CLEANUP_PREV(%esp), %edx
|
11: movl 28+CLEANUP_PREV(%esp), %edx
|
||||||
movl %edx, %gs:CLEANUP
|
movl %edx, %gs:CLEANUP
|
||||||
|
|
||||||
/* Trick ahead: (%esp) contains the address of the mutex. */
|
/* Trick ahead: (%esp) contains the address of the mutex. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue