From 76066a3aa1c098daf9318f3ea5e1917f60232405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sat, 25 May 2019 09:16:10 +0200 Subject: [PATCH] Fix memanalizer out-of-range --- code/memanalyzer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/code/memanalyzer.py b/code/memanalyzer.py index 02405a65..adeea71f 100644 --- a/code/memanalyzer.py +++ b/code/memanalyzer.py @@ -279,6 +279,7 @@ if __name__ == '__main__': total['data'], total['rodata'], total['bss'], + total['free'], total['irom0_text'], total['size'], ))