diff options
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/pthread_arch.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86_64/pthread_arch.h b/arch/x86_64/pthread_arch.h index 836187f5..77c8387c 100644 --- a/arch/x86_64/pthread_arch.h +++ b/arch/x86_64/pthread_arch.h @@ -5,5 +5,6 @@ static inline struct pthread *__pthread_self() return self; } -#define CANCEL_REG_SP 15 +#define TP_ADJ(p) (p) + #define CANCEL_REG_IP 16 |