Skip to content

Commit

Permalink
Add notice to match_static_variables
Browse files Browse the repository at this point in the history
  • Loading branch information
disinvite committed Feb 3, 2025
1 parent c429c17 commit 7677d88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion reccmp/isledecomp/compare/match_msvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,10 @@ def match_static_variables(
- name = name of variable
- static_var = True
- parent_function = orig address of function
3. Recomp entity for the static variable with symbol"""
3. Recomp entity for the static variable with symbol
Requirement #1 is most likely to be met by matching the entity with recomp data.
Therefore, this function should be called after match_symbols or match_functions."""
with db.batch() as batch:
for (
variable_addr,
Expand Down

0 comments on commit 7677d88

Please sign in to comment.