From a6b801afadada75afd2b1779edee8d203f3b3140 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 29 Aug 2018 13:53:05 -0400 Subject: Change GetReloc to GetAddress --- binaryview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryview.cpp') diff --git a/binaryview.cpp b/binaryview.cpp index 293559cf..b4a66a95 100644 --- a/binaryview.cpp +++ b/binaryview.cpp @@ -2245,7 +2245,7 @@ uint64_t Relocation::GetTarget() const } -uint64_t Relocation::GetReloc() const +uint64_t Relocation::GetAddress() const { return BNRelocationGetReloc(m_object); } -- cgit v1.3.1