diff options
author | rpj <rpj> | 2011-03-03 23:37:20 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-03-03 23:37:20 +0000 |
commit | e470da85f7b9426eea03d66086c2822bf29e9b05 (patch) | |
tree | b3747768258dc62752612327904be1f1067d5c7f /context.h | |
parent | 1170175259781ece4a8d99d517230f4b9ecb7b50 (diff) |
Some cleanups, mostly x86_64 compat plus interlocked macros
Diffstat (limited to 'context.h')
-rw-r--r-- | context.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ #undef PTW32_PROGCTR -#if defined(_M_IX86) || defined(_X86_) +#if defined(_M_IX86) || (defined(_X86_) && !defined(__amd64__)) #define PTW32_PROGCTR(Context) ((Context).Eip) #endif |