summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yjit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit.rb b/yjit.rb
index 4e1bbd38c4..35e4c32612 100644
--- a/yjit.rb
+++ b/yjit.rb
@@ -459,7 +459,7 @@ module RubyVM::YJIT
out.puts(" #{padded_count}: #{name}")
end
else
- out.puts "total_exits: " + format_number(10, total_exits)
+ out.puts "total_exits: " + format_number(13, total_exits)
end
end