summaryrefslogtreecommitdiffhomepage
path: root/arch/nt64
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-05-27 19:34:25 -0400
committermidipix <writeonce@midipix.org>2015-05-27 19:34:25 -0400
commitc8159d9c8c8b973fe11477a9650bb84501c7d73b (patch)
treec5e9dbc5070334a8b5cf94b7d581b82365dcadb6 /arch/nt64
parent4a7000683d37a4966175d0189fe27c7b52476195 (diff)
downloadmmglue-c8159d9c8c8b973fe11477a9650bb84501c7d73b.tar.bz2
mmglue-c8159d9c8c8b973fe11477a9650bb84501c7d73b.tar.xz
adjust the definition of CANCEL_REG_IP to match the redefined ucontext_t in the 64-bit midipix target.
Diffstat (limited to 'arch/nt64')
-rw-r--r--arch/nt64/pthread_arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nt64/pthread_arch.h b/arch/nt64/pthread_arch.h
index 98babcd..fbbf3cd 100644
--- a/arch/nt64/pthread_arch.h
+++ b/arch/nt64/pthread_arch.h
@@ -1,7 +1,7 @@
#include <stddef.h>
#define TP_ADJ(p) (p)
-#define CANCEL_REG_IP 16
+#define CANCEL_REG_IP 0x1F
extern uintptr_t __teb_sys_idx;
extern uintptr_t __teb_libc_idx;