mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Add .data and .rodata sections to generated assembly. Add Overlay .rodata splits. (#18)
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ if __name__ == '__main__':
|
||||
writing = False
|
||||
lines = f.readlines()
|
||||
for line in lines:
|
||||
if line.startswith('glabel') and not line.startswith('glabel .L'):
|
||||
if line.startswith('glabel') and not line.startswith('glabel L80'):
|
||||
if current_file != None:
|
||||
current_file.close()
|
||||
func_name = line.split()[1]
|
||||
|
||||
Reference in New Issue
Block a user