mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 18:31:03 +00:00
fixed typo
This commit is contained in:
parent
b18a1a6206
commit
fe3fdbdda5
@ -93,8 +93,7 @@ with open(ida_html, 'r') as file:
|
|||||||
# Check if this is a new function and not part of a switch
|
# Check if this is a new function and not part of a switch
|
||||||
if num_functs > 0:
|
if num_functs > 0:
|
||||||
# If the referencing function is not the last added function, then it is not part of a switch
|
# If the referencing function is not the last added function, then it is not part of a switch
|
||||||
equal_xref = compare_xref_addr(line, functs[num_functs-1][0])
|
if not compare_xref_addr(line, functs[num_functs-1][0]):
|
||||||
if equal_xref:
|
|
||||||
# Add this address as a new function
|
# Add this address as a new function
|
||||||
functs.append([curr_addr, 0])
|
functs.append([curr_addr, 0])
|
||||||
num_functs = num_functs+1
|
num_functs = num_functs+1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user