diff options
Diffstat (limited to 'arch/sh/pthread_arch.h')
-rw-r--r-- | arch/sh/pthread_arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/pthread_arch.h b/arch/sh/pthread_arch.h index 65c389ff..2756e7ec 100644 --- a/arch/sh/pthread_arch.h +++ b/arch/sh/pthread_arch.h @@ -8,4 +8,4 @@ static inline struct pthread *__pthread_self() #define TLS_ABOVE_TP #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) - 8) -#define CANCEL_REG_IP 17 +#define MC_PC sc_pc |