diff options
Diffstat (limited to 'src/shared/execbuf.h')
-rw-r--r-- | src/shared/execbuf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/shared/execbuf.h b/src/shared/execbuf.h deleted file mode 100644 index c9d444d..0000000 --- a/src/shared/execbuf.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once -/* the instruction format is bound to change, atm it's extremely inefficient */ - -/* takes 5 arguments */ -#define EXECBUF_SYSCALL 0xF0000001 -/* takes 1 argument, changes %rip */ -#define EXECBUF_JMP 0xF0000002 |