summaryrefslogtreecommitdiff
path: root/oatdump/oatdump.cc
diff options
context:
space:
mode:
Diffstat (limited to 'oatdump/oatdump.cc')
-rw-r--r--oatdump/oatdump.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/oatdump/oatdump.cc b/oatdump/oatdump.cc
index aa4635d6a4..7239a479db 100644
--- a/oatdump/oatdump.cc
+++ b/oatdump/oatdump.cc
@@ -1978,7 +1978,7 @@ class ImageDumper {
size_t sum_of_expansion = 0;
size_t sum_of_expansion_squared = 0;
size_t n = method_outlier_size.size();
- if (n == 0) {
+ if (n <= 1) {
return;
}
for (size_t i = 0; i < n; i++) {