From 97ffab0a8472981b927d0f4e81bb72f6ecd69b86 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 21 Aug 2024 23:31:48 +0300 Subject: add malloc test --- src/uapi/ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uapi/ipc.c') diff --git a/src/uapi/ipc.c b/src/uapi/ipc.c index 71dae83..4a5a6d9 100644 --- a/src/uapi/ipc.c +++ b/src/uapi/ipc.c @@ -85,7 +85,7 @@ static inline void finalize_rpc(struct tcb *t, struct tcb *r, vm_t s) * @return RPC stack difference that should be passed to finalize_rpc(). */ static inline vm_t enter_rpc(struct tcb *t, struct sys_ret a, - enum ipc_flags flags) + enum ipc_flags flags) { /* reuse current rpc stack location if we're being kicked */ vm_t rpc_stack = (is_set(flags, IPC_TAIL) && -- cgit v1.3