From e2534e30bc558035b1fb1036241e2063151be723 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 8 Dec 2015 14:57:22 -0800 Subject: Fix showmap SIGSEGV. Bug: http://b/26084907 Change-Id: I6ed8a26b93d90348d2bb806ccd7752a1a76144a6 --- showmap/showmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showmap/showmap.c b/showmap/showmap.c index 8cf94134..2d602161 100644 --- a/showmap/showmap.c +++ b/showmap/showmap.c @@ -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); } -- cgit v1.2.3