From b97967ab660243b723f246db03c2e4a82e125f3f Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 7 Jul 2024 07:02:46 +0300 Subject: simplify assertions + No real point having multiple different levels of assertions, just say you assert something and be done with it --- src/proc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/proc.c') 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 +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); -- cgit v1.3