From 44a73ecab6e91519627786a5101cd4f1a2f2b0d7 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 30 Oct 2024 00:57:33 +0200 Subject: most of the way to passing tests --- src/uapi/ipc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/uapi/ipc.c') diff --git a/src/uapi/ipc.c b/src/uapi/ipc.c index f1db76f..6e33165 100644 --- a/src/uapi/ipc.c +++ b/src/uapi/ipc.c @@ -102,7 +102,6 @@ static inline vm_t enter_rpc(struct tcb *t, struct sys_ret a, * limit just give it more. * */ t->rpc_stack = new_stack; - set_stack(t, new_stack); return new_stack; } -- cgit v1.3