aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/context_x86_64.h
blob: 94e4f37eb36e528d20d7540e10f7577aec10c8c9 (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];