diff options
Diffstat (limited to 'src/tools/execution-results.h')
-rw-r--r-- | src/tools/execution-results.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/execution-results.h b/src/tools/execution-results.h index 1fee4ffb0..7537d9911 100644 --- a/src/tools/execution-results.h +++ b/src/tools/execution-results.h @@ -105,7 +105,7 @@ struct ExecutionResults { instance.callFunction("hangLimitInitializer", arguments); } // call the method - for (WasmType param : func->params) { + for (Type param : func->params) { // zeros in arguments TODO: more? arguments.push_back(Literal(param)); } |