From 50b8c1358449ac454ea1bb2574a9277fce797149 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Tue, 21 Feb 2023 17:05:24 +0100 Subject: [PATCH] Add world argument to jl_create_native. (#48746) (cherry picked from commit 09759069203b06024d87dc49071af7a1519c7559) --- src/aotcompile.cpp | 4 ++-- src/codegen-stubs.c | 2 +- src/julia_internal.h | 2 +- src/precompile_utils.c | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/aotcompile.cpp b/src/aotcompile.cpp index 6eca670652e04..03eacff192a51 100644 --- a/src/aotcompile.cpp +++ b/src/aotcompile.cpp @@ -271,7 +271,7 @@ void replaceUsesWithLoad(Function &F, function_ref