diff --git a/core/iwasm/interpreter/wasm_loader.c b/core/iwasm/interpreter/wasm_loader.c index 4208bcea7..cb92ecd33 100644 --- a/core/iwasm/interpreter/wasm_loader.c +++ b/core/iwasm/interpreter/wasm_loader.c @@ -7157,8 +7157,8 @@ wasm_loader_check_br(WASMLoaderContext *loader_ctx, uint32 depth, uint8 opcode, #endif /* Restore the stack data, note that frame_ref_bottom, - frame_reftype_map_bottom, frame_offset_bottom may be - re-allocated in the above push operations */ + frame_offset_bottom may be re-allocated in the above + push operations */ if (opcode == WASM_OP_BR_TABLE) { uint32 total_size; diff --git a/core/iwasm/interpreter/wasm_mini_loader.c b/core/iwasm/interpreter/wasm_mini_loader.c index b6ddbcd4e..4c27bb5cd 100644 --- a/core/iwasm/interpreter/wasm_mini_loader.c +++ b/core/iwasm/interpreter/wasm_mini_loader.c @@ -5312,8 +5312,8 @@ wasm_loader_check_br(WASMLoaderContext *loader_ctx, uint32 depth, uint8 opcode, #endif /* Restore the stack data, note that frame_ref_bottom, - frame_reftype_map_bottom, frame_offset_bottom may be - re-allocated in the above push operations */ + frame_offset_bottom may be re-allocated in the above + push operations */ if (opcode == WASM_OP_BR_TABLE) { uint32 total_size;