Skip to content
Snippets Groups Projects
Commit 0530c024 authored by j2-tulloch's avatar j2-tulloch :speech_balloon:
Browse files

Add new file

parent c40459d5
No related branches found
No related tags found
No related merge requests found
struct Context {
void *rip, *rsp;
void *rbx, *rbp, *r12, *r13, *r14, *r15;
};
extern "C" int get_context(Context *c);
extern "C" void set_context(Context *c);
extern "C" void swap_context(Context *out, Context *in);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment