summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 13f1d29a7..aea38f9b7 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -825,7 +825,7 @@ public:
std::ostream& doPrint(std::ostream &o, unsigned indent) {
switch (op) {
case PageSize: printOpening(o, "pagesize") << ')'; break;
- case MemorySize: printOpening(o, "memorysize") << ')'; break;
+ case MemorySize: printOpening(o, "memory_size") << ')'; break;
case GrowMemory: {
printOpening(o, "grow_memory");
incIndent(o, indent);