mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-11 09:25:20 +00:00
exception handling: Fix build error (#3104)
This commit is contained in:
parent
dfd2a5b0b4
commit
43c4a5c434
|
@ -1061,7 +1061,7 @@ export_tags_instantiate(const WASMModule *module,
|
|||
if (export->kind == EXPORT_KIND_TAG) {
|
||||
export_tag->name = export->name;
|
||||
|
||||
bh_assert((uint32)(module_inst->export_tags));
|
||||
bh_assert(module_inst->e->tags);
|
||||
|
||||
export_tag->tag = &module_inst->e->tags[export->index];
|
||||
export_tag++;
|
||||
|
|
Loading…
Reference in New Issue
Block a user