mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
pragma variant for GLOBAL_ASM (#49)
* pragma GLOBAL_ASM * Revert split_asm.py arg description change
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ if __name__ == "__main__":
|
||||
for file in src_files[section]:
|
||||
file_lines = read_all_lines(file)
|
||||
for line in file_lines:
|
||||
if line.startswith('GLOBAL_ASM'):
|
||||
if line.startswith('#pragma GLOBAL_ASM'):
|
||||
line_split = list(filter(None, line.split('\"')))
|
||||
asm_lines = read_all_lines(line_split[1])
|
||||
for asm_line in asm_lines:
|
||||
|
||||
Reference in New Issue
Block a user