diff options
Diffstat (limited to 'libitm/config/x86/target.h')
-rw-r--r-- | libitm/config/x86/target.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libitm/config/x86/target.h b/libitm/config/x86/target.h index 1b79dc03a67..5a4b820c205 100644 --- a/libitm/config/x86/target.h +++ b/libitm/config/x86/target.h @@ -39,12 +39,14 @@ typedef struct gtm_jmpbuf unsigned long long r13; unsigned long long r14; unsigned long long r15; + unsigned long long ssp; unsigned long long rip; #else unsigned long ebx; unsigned long esi; unsigned long edi; unsigned long ebp; + unsigned long ssp; unsigned long eip; #endif } gtm_jmpbuf; |