aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/context_i686.h
blob: 1abfd5dada520cb09d54f2d153fa991f60c320d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#define MJB_BP 3
#define MJB_SP 4
#define MJB_PC 5
#define MJB_RBP MJB_BP
#define MJB_RSP MJB_SP

typedef int __myjmp_buf[6];