소스 검색

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

Rich Felker 10 년 전
부모
커밋
7fe273b2c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      arch/x32/pthread_arch.h

+ 1 - 1
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