summaryrefslogtreecommitdiff
path: root/tools/mapreader.py
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2020-08-09 13:49:34 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2020-08-09 13:49:34 -0400
commitb7da8dbb0e2236f37e4b4c99b88598369da3a008 (patch)
tree7dd6391629d3c80572ed2af73205851d4122d72b /tools/mapreader.py
parentfaa37936780b8e04733310024bd621a8f2c635cb (diff)
tools/ contains what's needed to build the ROMs; utils/ contains disassembly utilites
Diffstat (limited to 'tools/mapreader.py')
-rw-r--r--tools/mapreader.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/mapreader.py b/tools/mapreader.py
index 41ad935..95a4723 100644
--- a/tools/mapreader.py
+++ b/tools/mapreader.py
@@ -1,5 +1,5 @@
-# #!/usr/bin/env python3
-# coding: utf-8
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
import re
@@ -168,4 +168,4 @@ class MapReader:
else:
v['sections'].sort(key=lambda x: x['beg'])
for vv in v['sections']:
- vv['symbols'].sort(key=lambda x: x['address']) \ No newline at end of file
+ vv['symbols'].sort(key=lambda x: x['address'])