refactor: background task support

This commit is contained in:
Dobin
2024-03-08 11:46:55 +00:00
parent 387862866b
commit 03291aed98
5 changed files with 50 additions and 19 deletions
-2
View File
@@ -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: