diff options
Diffstat (limited to 'include/wabt/shared-validator.h')
-rw-r--r-- | include/wabt/shared-validator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wabt/shared-validator.h b/include/wabt/shared-validator.h index 32add012..df02b594 100644 --- a/include/wabt/shared-validator.h +++ b/include/wabt/shared-validator.h @@ -75,7 +75,7 @@ class SharedValidator { Result OnFunction(const Location&, Var sig_var); Result OnTable(const Location&, Type elem_type, const Limits&); - Result OnMemory(const Location&, const Limits&); + Result OnMemory(const Location&, const Limits&, uint32_t page_size); Result OnGlobalImport(const Location&, Type type, bool mutable_); Result OnGlobal(const Location&, Type type, bool mutable_); Result OnTag(const Location&, Var sig_var); |