summaryrefslogtreecommitdiff
path: root/src/binary-reader.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader.cc')
-rw-r--r--src/binary-reader.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/binary-reader.cc b/src/binary-reader.cc
index 2b8f2f6b..0182810e 100644
--- a/src/binary-reader.cc
+++ b/src/binary-reader.cc
@@ -1143,6 +1143,9 @@ Result BinaryReader::ReadFunctionBody(Offset end_offset) {
case Opcode::I32X4WidenHighI16X8S:
case Opcode::I32X4WidenLowI16X8U:
case Opcode::I32X4WidenHighI16X8U:
+ case Opcode::I8X16Abs:
+ case Opcode::I16X8Abs:
+ case Opcode::I32X4Abs:
CALLBACK(OnUnaryExpr, opcode);
CALLBACK0(OnOpcodeBare);
break;