From c290d30d951066a59a4548999b072f03b874d816 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Mon, 29 Mar 2021 15:31:02 -0400 Subject: [PATCH] chore: Test break CI --- runtime/src/env.c | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/src/env.c b/runtime/src/env.c index b275b14..9194472 100644 --- a/runtime/src/env.c +++ b/runtime/src/env.c @@ -10,6 +10,7 @@ extern int32_t inner_syscall_handler(int32_t n, int32_t a, int32_t b, int32_t c, int32_t env_syscall_handler(int32_t n, int32_t a, int32_t b, int32_t c, int32_t d, int32_t e, int32_t f) { + int32_t i = inner_syscall_handler(n, a, b, c, d, e, f); return i;