mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
analyze_incbins - reject zero interval incbins
hg-commit-id: 3e2f4c7591f4
This commit is contained in:
parent
b48dfcd123
commit
c2999b8645
|
@ -79,6 +79,8 @@ def process_incbins():
|
||||||
"end": end,
|
"end": end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#don't add this incbin if the interval is 0
|
||||||
|
if interval != 0:
|
||||||
processed_incbins[line_number] = processed_incbin
|
processed_incbins[line_number] = processed_incbin
|
||||||
|
|
||||||
def find_incbin_to_replace_for(address):
|
def find_incbin_to_replace_for(address):
|
||||||
|
|
Loading…
Reference in a new issue