diff options
Diffstat (limited to 'runtime/mem_map.cc')
-rw-r--r-- | runtime/mem_map.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mem_map.cc b/runtime/mem_map.cc index 588615f9d4..edd2888168 100644 --- a/runtime/mem_map.cc +++ b/runtime/mem_map.cc @@ -622,7 +622,7 @@ void MemMap::DumpMaps(std::ostream& os) { } void MemMap::DumpMapsLocked(std::ostream& os) { - os << maps_; + os << *maps_; } bool MemMap::HasMemMap(MemMap* map) { |