From a8738c68ed334749d2f25fcbe1897ddaabc38bfb Mon Sep 17 00:00:00 2001 From: dzaima Date: Tue, 9 May 2023 21:54:01 +0300 Subject: [PATCH] update bytecode submodule --- build/bytecodeSubmodule | 2 +- src/load.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/bytecodeSubmodule b/build/bytecodeSubmodule index 78ed4102..dd892340 160000 --- a/build/bytecodeSubmodule +++ b/build/bytecodeSubmodule @@ -1 +1 @@ -Subproject commit 78ed4102f914eb5fa490d76d4dcd4f8be6e53417 +Subproject commit dd8923409ccf7bcf71157152cd214dde2409119b diff --git a/src/load.c b/src/load.c index 24b0bc39..007f3e79 100644 --- a/src/load.c +++ b/src/load.c @@ -416,7 +416,7 @@ void load_init() { // very last init function #endif Block* runtime_b = load_compImport("(self-hosted runtime1)", - #if ALL_R0 || ALL_R1 || NO_EXTENDED_PROVIDE || RT_VERIFY || !__has_include(PRECOMPILED_FILE(runtime1x)) + #if ALL_R0 || ALL_R1 || NO_EXTENDED_PROVIDE || RT_VERIFY #include PRECOMPILED_FILE(runtime1) #else #include PRECOMPILED_FILE(runtime1x)