From: Vyacheslav Tyrtov Date: Tue, 6 Jun 2017 08:50:12 +0000 (+0300) Subject: memstats_gnueabil.py: minor fix X-Git-Tag: 1.1_Public_Release~318^2~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93d600bf006c34345adcb9bb51907de14a48607c;p=rtos%2Ftinyara.git memstats_gnueabil.py: minor fix Drop subSymbol value at level1 Otherwise there is possibility of a bug during parsing of "fill" line. Change-Id: I6800ced4cdf2143bb7a0dacc88f887b817d5e38a Signed-off-by: Vyacheslav Tyrtov --- diff --git a/os/tools/memstats_gnueabil.py b/os/tools/memstats_gnueabil.py index 9855a95..24bbc93 100755 --- a/os/tools/memstats_gnueabil.py +++ b/os/tools/memstats_gnueabil.py @@ -261,6 +261,7 @@ for line in infile: lsplit = line.split() if (line[0] == '.'): currentSymbol = lsplit[0] + subSymbol = 0; if currentSymbol == ".comment": action = 0 level1[currentSymbol] = {}