summaryrefslogtreecommitdiffstats
path: root/runtime/base
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2015-03-17 11:05:20 +0000
committerVladimir Marko <vmarko@google.com>2015-03-17 11:06:36 +0000
commit850cd16a683d724b41687074a49504996d8e8e3e (patch)
tree3b3913d85f8f3c138b97584ede8b2d490dc54d00 /runtime/base
parenteb46017aaa3906e293d6e975d4db3ba02b9bebe9 (diff)
downloadart-850cd16a683d724b41687074a49504996d8e8e3e.zip
art-850cd16a683d724b41687074a49504996d8e8e3e.tar.gz
art-850cd16a683d724b41687074a49504996d8e8e3e.tar.bz2
ART: Fix build for counting arena allocations.
Change-Id: I1fbb8cc9c4934cc81cb80c5c2107c63fd16a0a05
Diffstat (limited to 'runtime/base')
-rw-r--r--runtime/base/arena_allocator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/base/arena_allocator.cc b/runtime/base/arena_allocator.cc
index e37aca1..dd29404 100644
--- a/runtime/base/arena_allocator.cc
+++ b/runtime/base/arena_allocator.cc
@@ -33,7 +33,7 @@ template <bool kCount>
const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = {
"Misc ",
"BasicBlock ",
- "BBList "
+ "BBList ",
"BBPreds ",
"DfsPreOrd ",
"DfsPostOrd ",