diff options
author | midipix <writeonce@midipix.org> | 2015-05-27 19:34:25 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-05-27 19:34:25 -0400 |
commit | c8159d9c8c8b973fe11477a9650bb84501c7d73b (patch) | |
tree | c5e9dbc5070334a8b5cf94b7d581b82365dcadb6 | |
parent | 4a7000683d37a4966175d0189fe27c7b52476195 (diff) | |
download | mmglue-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.
-rw-r--r-- | arch/nt64/pthread_arch.h | 2 |
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; |