summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordzaima <dzaimagit@gmail.com>2023-05-09 21:54:01 +0300
committerdzaima <dzaimagit@gmail.com>2023-05-09 21:54:01 +0300
commita8738c68ed334749d2f25fcbe1897ddaabc38bfb (patch)
tree1b2d7154290d0230deadf8565b9f1542d42b2af4
parent5979c0fed9d2dbb85e995a9703b5eb5cc20cc9f5 (diff)
update bytecode submodule
m---------build/bytecodeSubmodule0
-rw-r--r--src/load.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/build/bytecodeSubmodule b/build/bytecodeSubmodule
-Subproject 78ed4102f914eb5fa490d76d4dcd4f8be6e5341
+Subproject dd8923409ccf7bcf71157152cd214dde2409119
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)