Skip to content

Commit

Permalink
Cleanup repository
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-toto committed May 15, 2024
1 parent aca8739 commit 1ea0d09
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test/
venv/

libcheckpoint_x64/build/

Expand Down
9 changes: 0 additions & 9 deletions fake_reg_manager.py

This file was deleted.

2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
transient_section, transient_section_start_symbol, transient_section_end_symbol, text_transient_mapping = (
copy_section(text_section, ".NaHCO3_transient"))

#from fake_reg_manager import FakeManager
#freg_manager = FakeManager(module, my_x64_elf_abi, decoder)
reg_manager = LiveRegisterManagerWrapper(module, my_x64_elf_abi, decoder, text_transient_mapping=text_transient_mapping)
trampoline_section = gtirb.Section(name=".NaHCO3_trampolines", flags=transient_section.flags, module=module)
trampoline_byte_interval = gtirb.ByteInterval(section=trampoline_section)
Expand Down

0 comments on commit 1ea0d09

Please sign in to comment.