Skip to content

Commit

Permalink
Merge pull request #38 from you0708:you0708-patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 623116894
Change-Id: Id9e13b29da75f5c0b88a28c4ce5272ee6833b345
  • Loading branch information
copybara-github committed Apr 9, 2024
2 parents 0a45262 + fc09cc6 commit e971e9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ida/unmatched_functions_chooser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ size_t UnmatchedFunctionsChooserPrimary::get_count() const {
}

ea_t UnmatchedFunctionsChooserPrimary::get_ea(size_t n) const {
return Plugin::instance()->results()->GetMatchDescription(n).address_primary;
return Plugin::instance()
->results()
->GetUnmatchedDescriptionPrimary(n)
.address;
}

Results::UnmatchedDescription UnmatchedFunctionsChooserPrimary::GetDescription(
Expand Down

0 comments on commit e971e9d

Please sign in to comment.