context_x86_64.h 101 B

1234567
  1. #pragma once
  2. #define MJB_RBP 1
  3. #define MJB_RSP 6
  4. #define MJB_PC 7
  5. typedef long int __myjmp_buf[8];