Skip to content

Commit

Permalink
Fix memanalizer out-of-range
Browse files Browse the repository at this point in the history
  • Loading branch information
xoseperez committed May 25, 2019
1 parent 868d4d5 commit 76066a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/memanalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ def modules_get():
total['data'],
total['rodata'],
total['bss'],
total['free'],
total['irom0_text'],
total['size'],
))
Expand Down

0 comments on commit 76066a3

Please sign in to comment.