Browse Source

fix broken cancellation on x32 due to incorrect saved-PC offset

master
Rich Felker 11 years ago
parent
commit
7fe273b2c1
  1. 2
      arch/x32/pthread_arch.h

2
arch/x32/pthread_arch.h

@ -7,4 +7,4 @@ static inline struct pthread *__pthread_self()
#define TP_ADJ(p) (p)
#define CANCEL_REG_IP 16
#define CANCEL_REG_IP 32

Loading…
Cancel
Save