exception handling: Fix build error (#3104)
This commit is contained in:
@ -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++;
|
||||||
|
|||||||
Reference in New Issue
Block a user