aboutsummaryrefslogtreecommitdiff
path: root/src/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proc.c')
-rw-r--r--src/proc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proc.c b/src/proc.c
index 93e3aa5..3d2d5bd 100644
--- a/src/proc.c
+++ b/src/proc.c
@@ -18,6 +18,8 @@
#include <libfdt.h>
+static vm_t entry;
+
stat_t prepare_proc(struct tcb *t, vm_t bin, vm_t interp)
{
vm_t entry = load_elf(t, bin, interp);