Fix some compilation warnings and add esp-idf platform for experiment (#454)
And fix some code indent issues.
This commit is contained in:
@ -6393,6 +6393,9 @@ handle_op_block_and_loop:
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
bh_assert(0);
|
||||
break;
|
||||
}
|
||||
|
||||
ref_type = *(loader_ctx->frame_ref - 1);
|
||||
|
||||
Reference in New Issue
Block a user