Skip to content

Commit

Permalink
Fix offset parsing only when debug on
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Oct 27, 2022
1 parent 387966a commit baa51ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vr_address_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ def parse_offsets(defined_rel_ids, defined_vr_offsets, dirpath, filename):
# if filename.lower() == map(lambda x: x.lower(), ["Offsets_VTABLE.h"]):
# regex_parse(defined_rel_ids, dirpath, filename)
# else:
cpp_header_parse(defined_rel_ids, defined_vr_offsets, dirpath, filename)
regex_parse(defined_rel_ids, defined_vr_offsets, dirpath, filename)
cpp_header_parse(defined_rel_ids, defined_vr_offsets, dirpath, filename)
regex_parse(defined_rel_ids, defined_vr_offsets, dirpath, filename)


def regex_parse(defined_rel_ids, defined_vr_offsets, dirpath, filename):
Expand Down

0 comments on commit baa51ee

Please sign in to comment.