diff options
author | Ash Wolf <ninji@wuffs.org> | 2023-01-12 03:01:34 +0000 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2023-01-12 03:01:34 +0000 |
commit | 3a6db389b250439a0cce6b45ef1424a5728f5d18 (patch) | |
tree | 864b179a0be181ded24a546eb80dfb57bfec724e /compiler_and_linker/unsorted | |
parent | 54bb1363a26b6a52cf1a8ecf1f16f76e9920956f (diff) | |
download | MWCC-3a6db389b250439a0cce6b45ef1424a5728f5d18.tar.gz MWCC-3a6db389b250439a0cce6b45ef1424a5728f5d18.zip |
more fixing
Diffstat (limited to 'compiler_and_linker/unsorted')
-rw-r--r-- | compiler_and_linker/unsorted/CodeGen.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |