mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 08:48:33 +00:00
fix error
This commit is contained in:
parent
8266d15dea
commit
4ea0fe04e2
|
@ -12,9 +12,6 @@
|
|||
#include "../compilation/aot.h"
|
||||
#if WASM_ENABLE_JIT != 0
|
||||
#include "../compilation/aot_llvm.h"
|
||||
#endif
|
||||
|
||||
#if (WASM_ENABLE_JIT != 0)
|
||||
#include "../interpreter/wasm_loader.h"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -6503,6 +6503,7 @@ wasm_loader_get_custom_section(WASMModule *module, const char *name,
|
|||
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
static bool
|
||||
wasm_loader_prepare_bytecode(WASMModule *module, WASMFunction *func,
|
||||
|
|
Loading…
Reference in New Issue
Block a user