Skip to content

Commit

Permalink
hilda_client: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Jan 29, 2024
1 parent d822b2b commit 161a49a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hilda/hilda_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ def file_symbol(self, address: int, module_name: Optional[str] = None) -> Symbol
module = self.target
else:
module = self.target.FindModule(lldb.SBFileSpec(module_name))

return self.symbol(module.ResolveFileAddress(address).GetLoadAddress(self.target))

def get_register(self, name) -> Symbol:
Expand Down

0 comments on commit 161a49a

Please sign in to comment.