mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 08:48:33 +00:00
remove frame_reftype_map_bottom in comment
This commit is contained in:
parent
1800651e7b
commit
c169c9d5f3
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user