More work on lzma for dos/exe.
This commit is contained in:
@@ -88,6 +88,7 @@ def create_bindump(bindump_fn, dump_fn):
|
||||
e = f[1], int(f[2], 16), int(f[5], 16), int(f[6][3:], 10), len(sections)
|
||||
sections.append(e)
|
||||
assert not section_names.has_key(e[0]), e
|
||||
assert not e[0].endswith(":"), ("bad section name", e)
|
||||
section_names[e[0]] = e
|
||||
##print sections
|
||||
# preprocessSymbols
|
||||
|
||||
Reference in New Issue
Block a user