diff --git a/libraries/wasm-jit/Source/WAST/ParseFunction.cpp b/libraries/wasm-jit/Source/WAST/ParseFunction.cpp index 363bfc6ec1331dba8c787e0f0f8fd66505dd5dc1..d4b31c5cd324edf079ea5f093513eae2050e7091 100644 --- a/libraries/wasm-jit/Source/WAST/ParseFunction.cpp +++ b/libraries/wasm-jit/Source/WAST/ParseFunction.cpp @@ -619,6 +619,6 @@ namespace WAST findClosingParenthesis(state,funcToken-1); --state.nextToken; - return {UINT32_MAX,{},{}}; + return {{UINT32_MAX},{},{}}; } } \ No newline at end of file