mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-09-07 02:11:06 +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) {
|
if (export->kind == EXPORT_KIND_TAG) {
|
||||||
export_tag->name = export->name;
|
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->tag = &module_inst->e->tags[export->index];
|
||||||
export_tag++;
|
export_tag++;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user