mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 08:48:33 +00:00
fix coding guideline check
This commit is contained in:
parent
ed64df9259
commit
f5eee38268
|
@ -1730,9 +1730,8 @@ aot_instantiate(AOTModule *module, AOTModuleInstance *parent,
|
|||
|
||||
wasm_runtime_get_table_inst_elem_type(
|
||||
(WASMModuleInstanceCommon *)module_inst,
|
||||
table_init_data->table_index,
|
||||
&tbl_elem_type,
|
||||
&tbl_elem_ref_type, &tbl_init_size, &tbl_max_size);
|
||||
table_init_data->table_index, &tbl_elem_type, &tbl_elem_ref_type,
|
||||
&tbl_init_size, &tbl_max_size);
|
||||
|
||||
if (!wasm_elem_is_declarative(table_init_data->mode)
|
||||
&& !wasm_reftype_is_subtype_of(
|
||||
|
|
Loading…
Reference in New Issue
Block a user