This commit is contained in:
Folkert 2021-05-07 11:00:15 +02:00
parent 9a5c20b7c3
commit fecb83b9c2
15 changed files with 45 additions and 41 deletions

View file

@ -48,8 +48,8 @@ pub unsafe fn jit_to_ast<'a>(
arena,
subs,
ptr_bytes,
home,
interns,
home,
};
jit_to_ast_help(&env, lib, main_fn_name, layout, content)