diff options
Diffstat (limited to 'src/binary-reader-nop.h')
-rw-r--r-- | src/binary-reader-nop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/binary-reader-nop.h b/src/binary-reader-nop.h index 1acf1c24..d87ec922 100644 --- a/src/binary-reader-nop.h +++ b/src/binary-reader-nop.h @@ -315,12 +315,14 @@ class BinaryReaderNop : public BinaryReaderDelegate { return Result::Ok; } Result OnSimdLoadLaneExpr(Opcode opcode, + Index memidx, Address alignment_log2, Address offset, uint64_t value) override { return Result::Ok; } Result OnSimdStoreLaneExpr(Opcode opcode, + Index memidx, Address alignment_log2, Address offset, uint64_t value) override { |