Fix compilation errors on esp-idf platform (#3224)
The issue was reported in #3208.
This commit is contained in:
@ -11421,7 +11421,7 @@ re_scan:
|
||||
|
||||
case WASM_OP_BR_TABLE:
|
||||
{
|
||||
uint32 depth, default_arity, arity = 0;
|
||||
uint32 depth = 0, default_arity, arity = 0;
|
||||
BranchBlock *target_block;
|
||||
BlockType *target_block_type;
|
||||
#if WASM_ENABLE_FAST_INTERP == 0
|
||||
|
||||
Reference in New Issue
Block a user