summaryrefslogtreecommitdiff
path: root/pthread_cancel.c
diff options
context:
space:
mode:
authorrpj <rpj>2006-01-24 13:59:57 +0000
committerrpj <rpj>2006-01-24 13:59:57 +0000
commit205f28fa88668e1ed699560219d543ae82b3d523 (patch)
treea6400f40cd1636c600c6d6c0b07d921858a512ce /pthread_cancel.c
parent32ecc151353aad78fb49694d0bb1926e7be1c5b0 (diff)
''
Diffstat (limited to 'pthread_cancel.c')
-rw-r--r--pthread_cancel.c4
1 files changed, 4 insertions, 0 deletions
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