diff options
Diffstat (limited to 'src/binary-reader.h')
-rw-r--r-- | src/binary-reader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binary-reader.h b/src/binary-reader.h index 35f2098d..89169271 100644 --- a/src/binary-reader.h +++ b/src/binary-reader.h @@ -252,6 +252,7 @@ class BinaryReaderDelegate { /* Simd instructions with Lane Imm operand*/ virtual Result OnSimdLaneOpExpr(Opcode opcode, uint64_t value) = 0; + virtual Result OnSimdShuffleOpExpr(Opcode opcode, v128 value) = 0; /* Elem section */ virtual Result BeginElemSection(Offset size) = 0; |