diff options
author | dzwdz | 2022-07-26 18:16:10 +0200 |
---|---|---|
committer | dzwdz | 2022-07-26 18:16:10 +0200 |
commit | 18667c48b0cf6497b50c00f00f474d79a68f59ce (patch) | |
tree | 83029f59242d6b5f5d486284e6542a31f0cda415 /src/shared/execbuf.h | |
parent | 13519597d98c9271b7856242d5625896d18803c5 (diff) |
shared: move some headers from shared/ to camellia/
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 |