mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 16:58:34 +00:00
fix CI build error
This commit is contained in:
parent
abdf370c79
commit
7c0ea13ebf
|
@ -73,8 +73,10 @@ wasm_loader_find_block_addr(WASMExecEnv *exec_env, BlockAddr *block_addr_cache,
|
||||||
uint8 block_type, uint8 **p_else_addr,
|
uint8 block_type, uint8 **p_else_addr,
|
||||||
uint8 **p_end_addr);
|
uint8 **p_end_addr);
|
||||||
|
|
||||||
|
#if WASM_ENABLE_LOAD_CUSTOM_SECTION != 0
|
||||||
void
|
void
|
||||||
wasm_loader_destroy_custom_sections(WASMCustomSection *section_list);
|
wasm_loader_destroy_custom_sections(WASMCustomSection *section_list);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user