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 9c82b250..d0be773a 100644 --- a/src/wast-parser.h +++ b/src/wast-parser.h @@ -194,6 +194,7 @@ class WastParser { Result ParsePlainInstrVar(Location, std::unique_ptr<Expr>*); template <typename T> Result ParsePlainLoadStoreInstr(Location, Token, std::unique_ptr<Expr>*); + Result ParseSimdLane(Location, uint64_t*); Result ParseCommandList(Script*, CommandPtrVector*); Result ParseCommand(Script*, CommandPtr*); |