From c5591cdf7968967918c4c40e408c8c274d77c023 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Mon, 24 Aug 2020 17:17:37 +0100 Subject: [PATCH] Use correct function for creating arena. Since we are passing a list of keyword arguments, we must call the keyword-taking function (mps_arena_create_k) and not the deprecated varargs function (mps_arena_create). --- mps/test/function/7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/test/function/7.c b/mps/test/function/7.c index 96830ed7764..35bb6c367ed 100644 --- a/mps/test/function/7.c +++ b/mps/test/function/7.c @@ -19,7 +19,7 @@ static void test(void *stack_pointer) for (p=0; p 0) mps_arena_destroy(arena1); arena1=arena;