mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-09-06 18:01:08 +00:00
fix a wamrc debug mode compile issue (#4470)
This commit is contained in:
parent
334b4f8cb5
commit
9e92f5ebe1
|
@ -1905,7 +1905,7 @@ aot_emit_init_expr(uint8 *buf, uint8 *buf_end, uint32 *p_offset,
|
|||
{
|
||||
WASMArrayType *array_type = NULL;
|
||||
|
||||
bh_assert(expr->u.array_new_default.type_index
|
||||
bh_assert(expr->u.unary.v.array_new_default.type_index
|
||||
< module->type_count);
|
||||
array_type =
|
||||
(WASMArrayType *)
|
||||
|
|
Loading…
Reference in New Issue
Block a user