Commit 89d90219 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix showmap SIGSEGV.

Bug: http://b/26084907
Change-Id: I6ed8a26b93d90348d2bb806ccd7752a1a76144a6
parent 88add2db
......@@ -312,7 +312,7 @@ out:
printf("%8d %8d %8d %8d %8d %8d %8d %8d", size,
rss, pss,
shared_clean, shared_dirty,
private_clean, private_dirty, mi->swap);
private_clean, private_dirty, swap);
if (!verbose && !addresses) {
printf("%4d ", count);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment