From 205f28fa88668e1ed699560219d543ae82b3d523 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 24 Jan 2006 13:59:57 +0000 Subject: '' --- pthread_cancel.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pthread_cancel.c') diff --git a/pthread_cancel.c b/pthread_cancel.c index 971edc8..1118977 100644 --- a/pthread_cancel.c +++ b/pthread_cancel.c @@ -41,6 +41,10 @@ #define PTW32_PROGCTR(Context) ((Context).Eip) #endif +#if defined (_M_IA64) +#define PTW32_PROGCTR(Context) ((Context).StIIP) +#endif + #if defined(_MIPS_) #define PTW32_PROGCTR(Context) ((Context).Fir) #endif -- cgit v1.2.3