diff options
author | rpj <rpj> | 2006-01-24 13:58:20 +0000 |
---|---|---|
committer | rpj <rpj> | 2006-01-24 13:58:20 +0000 |
commit | 173a8b65ee3d51a9fbcbe1eb75c365155c15b281 (patch) | |
tree | bd8784791c6efb5da5d32caf7a2a6ee956db7eaf /pthread_cancel.c | |
parent | 853debf2e358b612a595ae421563683a1e774798 (diff) |
''
Diffstat (limited to 'pthread_cancel.c')
-rw-r--r-- | pthread_cancel.c | 4 |
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 |