Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
Fixes Issue #704 (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoodman committed Oct 19, 2020
1 parent fa2d4b3 commit ecc8ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/mcsema_disass/ida7/get_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,9 @@ def try_recovery_external_flow(I, inst, refs):
R.operand_type = CFG_pb2.CodeReference.ControlFlowOperand

if is_indirect_jump(inst):
DEBUG("Tail-calls external {}".format(R.name))
DEBUG("Tail-calls external {}".format(R.ea))
else:
DEBUG("Calls external {}".format(R.name))
DEBUG("Calls external {}".format(R.ea))

# Groups preserved register sets that save/restore the same set of registers.
_REG_SETS = {}
Expand Down

0 comments on commit ecc8ba9

Please sign in to comment.