From 18667c48b0cf6497b50c00f00f474d79a68f59ce Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 26 Jul 2022 18:16:10 +0200 Subject: shared: move some headers from shared/ to camellia/ --- src/shared/execbuf.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/shared/execbuf.h (limited to 'src/shared/execbuf.h') 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 -- cgit v1.2.3