Fix offset of cleanupbuf.__prev.
authorJakub Jelinek <jakub@redhat.com>
Thu, 27 Mar 2003 12:43:08 +0000 (12:43 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 27 Mar 2003 12:43:08 +0000 (12:43 +0000)
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S

index 5db7e47..dc77ee7 100644 (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.  */