diff options
Diffstat (limited to 'src/tools/wasm-shell.cpp')
-rw-r--r-- | src/tools/wasm-shell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wasm-shell.cpp b/src/tools/wasm-shell.cpp index 6a780dd9e..4243b00a9 100644 --- a/src/tools/wasm-shell.cpp +++ b/src/tools/wasm-shell.cpp @@ -179,7 +179,7 @@ protected: Name base = s[i++]->str(); if (s[0]->str() == INVOKE) { - LiteralList args; + Literals args; while (i < s.size()) { Expression* argument = builders[moduleName]->parseExpression(*s[i++]); args.push_back(getLiteralFromConstExpression(argument)); |