aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/context_x86_64.h
blob: 302ccbae64d715b63f16de60606b65ef47d61ca0 (plain) (blame)
1
2
3
4
5
6
7
#pragma once
 
#define MJB_RBP 1
#define MJB_RSP 6 
#define MJB_PC 7 
 
typedef long int __myjmp_buf[8];