summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wasm-s-parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h
index 853cbe6e5..a2a92c57d 100644
--- a/src/wasm-s-parser.h
+++ b/src/wasm-s-parser.h
@@ -615,6 +615,7 @@ private:
extra++;
} else if (extra[0] == '1') {
assert(extra[1] == '6');
+ ret->bytes = 2;
extra += 2;
}
size_t i = 1;