commit | 850cd16a683d724b41687074a49504996d8e8e3e | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Tue Mar 17 11:05:20 2015 +0000 |
committer | Vladimir Marko <vmarko@google.com> | Tue Mar 17 11:06:36 2015 +0000 |
tree | 3b3913d85f8f3c138b97584ede8b2d490dc54d00 | |
parent | eb46017aaa3906e293d6e975d4db3ba02b9bebe9 [diff] |
ART: Fix build for counting arena allocations. Change-Id: I1fbb8cc9c4934cc81cb80c5c2107c63fd16a0a05
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 @@ const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = { "Misc ", "BasicBlock ", - "BBList " + "BBList ", "BBPreds ", "DfsPreOrd ", "DfsPostOrd ",