From 6ad1b899ed93f8bc110cdec7a722c8740f9f8d66 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 31 Jul 2023 22:24:29 +0300 Subject: start working on irqs --- include/arch/proc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/arch/proc.h') diff --git a/include/arch/proc.h b/include/arch/proc.h index 79b099e..341a2f4 100644 --- a/include/arch/proc.h +++ b/include/arch/proc.h @@ -21,6 +21,8 @@ * Attach argument data to thread. * * @param t Thread that will run after return. + * @param n How many of the arguments to attach. Might micro-optimize some + * stuff. * @param a Arguments to attach. */ void set_args(struct tcb *t, size_t n, struct sys_ret a); -- cgit v1.3