diff options
Diffstat (limited to 'src/wast-parser.h')
-rw-r--r-- | src/wast-parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wast-parser.h b/src/wast-parser.h index 57c0264f..b25709de 100644 --- a/src/wast-parser.h +++ b/src/wast-parser.h @@ -137,6 +137,7 @@ class WastParser { Result ParseQuotedText(std::string* text); bool ParseOffsetOpt(Address* offset); bool ParseAlignOpt(Address* align); + Result ParseLimitsIndex(Limits*); Result ParseLimits(Limits*); Result ParseNat(uint64_t*); |