diff options
Diffstat (limited to 'src/passes/LogExecution.cpp')
-rw-r--r-- | src/passes/LogExecution.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/LogExecution.cpp b/src/passes/LogExecution.cpp index 611f79dfd..a6caf1c1f 100644 --- a/src/passes/LogExecution.cpp +++ b/src/passes/LogExecution.cpp @@ -72,7 +72,7 @@ private: Builder builder(*getModule()); return builder.makeSequence( builder.makeCall( - LOGGER, {builder.makeConst(Literal(int32_t(id++)))}, none), + LOGGER, {builder.makeConst(Literal(int32_t(id++)))}, Type::none), curr); } }; |