remove frame_reftype_map_bottom in comment

This commit is contained in:
Wenyong Huang 2024-04-02 21:00:12 +08:00
parent 1800651e7b
commit c169c9d5f3
2 changed files with 4 additions and 4 deletions

View File

@ -7157,8 +7157,8 @@ wasm_loader_check_br(WASMLoaderContext *loader_ctx, uint32 depth, uint8 opcode,
#endif #endif
/* Restore the stack data, note that frame_ref_bottom, /* Restore the stack data, note that frame_ref_bottom,
frame_reftype_map_bottom, frame_offset_bottom may be frame_offset_bottom may be re-allocated in the above
re-allocated in the above push operations */ push operations */
if (opcode == WASM_OP_BR_TABLE) { if (opcode == WASM_OP_BR_TABLE) {
uint32 total_size; uint32 total_size;

View File

@ -5312,8 +5312,8 @@ wasm_loader_check_br(WASMLoaderContext *loader_ctx, uint32 depth, uint8 opcode,
#endif #endif
/* Restore the stack data, note that frame_ref_bottom, /* Restore the stack data, note that frame_ref_bottom,
frame_reftype_map_bottom, frame_offset_bottom may be frame_offset_bottom may be re-allocated in the above
re-allocated in the above push operations */ push operations */
if (opcode == WASM_OP_BR_TABLE) { if (opcode == WASM_OP_BR_TABLE) {
uint32 total_size; uint32 total_size;