From 3a6db389b250439a0cce6b45ef1424a5728f5d18 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Thu, 12 Jan 2023 03:01:34 +0000 Subject: more fixing --- compiler_and_linker/unsorted/CodeGen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler_and_linker/unsorted') diff --git a/compiler_and_linker/unsorted/CodeGen.c b/compiler_and_linker/unsorted/CodeGen.c index b79b423..d5ba07f 100644 --- a/compiler_and_linker/unsorted/CodeGen.c +++ b/compiler_and_linker/unsorted/CodeGen.c @@ -1217,7 +1217,7 @@ Boolean CodeGen_ReInitRuntimeObjects(Boolean is_precompiler) { rt_cvt_dbl_usll->name = GetHashNameNodeExport("__cvt_dbl_usll"); CMach_ReInitRuntimeObjects(); - Intrinsics_ReInitRuntimeObjects(is_precompiler); + return Intrinsics_ReInitRuntimeObjects(is_precompiler); } Boolean CodeGen_IsPublicRuntimeObject(Object *obj) { -- cgit v1.2.3