diff options
Diffstat (limited to 'libitm/config/x86/target.h')
-rw-r--r-- | libitm/config/x86/target.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libitm/config/x86/target.h b/libitm/config/x86/target.h index 1d81a4777f3..5c7e6fbee88 100644 --- a/libitm/config/x86/target.h +++ b/libitm/config/x86/target.h @@ -29,13 +29,13 @@ namespace GTM HIDDEN { typedef struct gtm_jmpbuf { void *cfa; - unsigned long rbx; - unsigned long rbp; - unsigned long r12; - unsigned long r13; - unsigned long r14; - unsigned long r15; - unsigned long rip; + unsigned long long rbx; + unsigned long long rbp; + unsigned long long r12; + unsigned long long r13; + unsigned long long r14; + unsigned long long r15; + unsigned long long rip; } gtm_jmpbuf; #else typedef struct gtm_jmpbuf |