aboutsummaryrefslogtreecommitdiff
path: root/libitm/config/x86/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'libitm/config/x86/target.h')
-rw-r--r--libitm/config/x86/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libitm/config/x86/target.h b/libitm/config/x86/target.h
index a59608f..1d81a47 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 rip;
unsigned long rbx;
unsigned long rbp;
unsigned long r12;
unsigned long r13;
unsigned long r14;
unsigned long r15;
+ unsigned long rip;
} gtm_jmpbuf;
#else
typedef struct gtm_jmpbuf