Skip to content

Commit fbbcd08

Browse files
authored
Emit imm for lane extract and replace (#3906)
1 parent c930c4d commit fbbcd08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/iwasm/interpreter/wasm_loader.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15225,7 +15225,9 @@ wasm_loader_prepare_bytecode(WASMModule *module, WASMFunction *func,
1522515225
error_buf, error_buf_size)))
1522615226
goto fail;
1522715227
}
15228-
15228+
#if WASM_ENABLE_FAST_INTERP != 0
15229+
emit_byte(loader_ctx, lane);
15230+
#endif
1522915231
POP_AND_PUSH(
1523015232
VALUE_TYPE_V128,
1523115233
push_type[opcode1 - SIMD_i8x16_extract_lane_s]);

0 commit comments

Comments
 (0)