diff options
Diffstat (limited to 'src/wast-parser.h')
-rw-r--r-- | src/wast-parser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wast-parser.h b/src/wast-parser.h index c537c7f1..0f36cb70 100644 --- a/src/wast-parser.h +++ b/src/wast-parser.h @@ -169,6 +169,8 @@ class WastParser { template <typename T> Result ParsePlainInstrVar(Location, std::unique_ptr<Expr>*); + template <typename T> + Result ParsePlainLoadStoreInstr(Location, Token, std::unique_ptr<Expr>*); Result ParseCommandList(Script*, CommandPtrVector*); Result ParseCommand(Script*, CommandPtr*); |