summaryrefslogtreecommitdiff
path: root/src/jit/compiler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/compiler.cpp')
-rw-r--r--src/jit/compiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/compiler.cpp b/src/jit/compiler.cpp
index 7f47d633b8..e478510778 100644
--- a/src/jit/compiler.cpp
+++ b/src/jit/compiler.cpp
@@ -8175,7 +8175,7 @@ void JitTimer::PrintCsvMethodStats(Compiler* comp)
comp->m_inlineStrategy->DumpCsvData(fp);
- fprintf(fp, "%Iu,", comp->info.compNativeCodeSize);
+ fprintf(fp, "%u,", comp->info.compNativeCodeSize);
fprintf(fp, "%Iu,", comp->compInfoBlkSize);
fprintf(fp, "%Iu,", comp->compGetArenaAllocator()->getTotalBytesAllocated());
fprintf(fp, "%I64u,", m_info.m_totalCycles);