mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
refactor: background task support
This commit is contained in:
@@ -86,8 +86,6 @@ class ReusedataAsmFileParser():
|
||||
hex = part.split('H')[0]
|
||||
if len(hex) == 3:
|
||||
hex = hex.lstrip('0')
|
||||
#print("--> {}".format(line))
|
||||
#print("---> {}".format(hex))
|
||||
value += bytes.fromhex(hex)
|
||||
|
||||
if not name in self.fixups:
|
||||
|
||||
Reference in New Issue
Block a user