diff options
Diffstat (limited to 'src/wasm-interpreter.h')
-rw-r--r-- | src/wasm-interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h index 6e75794aa..fec572470 100644 --- a/src/wasm-interpreter.h +++ b/src/wasm-interpreter.h @@ -1967,7 +1967,7 @@ public: // Flags indicating special requirements, for example whether we are just // evaluating (default), also going to replace the expression afterwards or // executing in a function-parallel scenario. See FlagValues. - typedef uint32_t Flags; + using Flags = uint32_t; // Indicates no limit of maxDepth or maxLoopIterations. static const Index NO_LIMIT = 0; |