Chromium Code Reviews| Index: runtime/vm/megamorphic_cache_table.cc |
| =================================================================== |
| --- runtime/vm/megamorphic_cache_table.cc (revision 26375) |
| +++ runtime/vm/megamorphic_cache_table.cc (working copy) |
| @@ -92,7 +92,7 @@ |
| size += MegamorphicCache::InstanceSize(); |
| size += Array::InstanceSize(buckets.Length()); |
| } |
| - OS::Print("%"Pd" megamorphic caches using %"Pd"KB.\n", length_, size / 1024); |
| + OS::Print("%" Pd " megamorphic caches using %" Pd "KB.\n", length_, size / 1024); |
|
siva
2013/08/20 19:54:51
OS::Print("%" Pd " megamorphic caches using %" Pd
Jacob
2013/08/20 20:32:15
Done.
|
| } |
| } // namespace dart |