Fix offset of cleanupbuf.__prev.

This commit is contained in:
Jakub Jelinek 2003-03-27 12:43:08 +00:00
parent 374d9002ce
commit 2ec5130254
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ __pthread_cond_timedwait:
jne 10f
/* Remove cancellation handler. */
11: movl 20+CLEANUP_PREV(%esp), %edx
11: movl 28+CLEANUP_PREV(%esp), %edx
movl %edx, %gs:CLEANUP
/* Trick ahead: (%esp) contains the address of the mutex. */