summaryrefslogtreecommitdiff
path: root/src/binary-reader-nop.h
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2022-01-10 12:29:36 -0800
committerGitHub <noreply@github.com>2022-01-10 12:29:36 -0800
commitf33af3e373cc90714a3a96204ef59492c30b55ea (patch)
tree3b332534c5f2eaf23e281715cc1972ff4c92f6df /src/binary-reader-nop.h
parent3cd653add112a122973c943b0d0f5f6b559a55c2 (diff)
downloadwabt-f33af3e373cc90714a3a96204ef59492c30b55ea.tar.gz
wabt-f33af3e373cc90714a3a96204ef59492c30b55ea.tar.bz2
wabt-f33af3e373cc90714a3a96204ef59492c30b55ea.zip
Update testsuite (#1795)
Remove test/binary/bad-function-missing-end.txt which is now covered upstream: https://github.com/WebAssembly/spec/pull/1405
Diffstat (limited to 'src/binary-reader-nop.h')
-rw-r--r--src/binary-reader-nop.h2
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 {