summaryrefslogtreecommitdiff
path: root/binaryview.cpp
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2018-08-29 13:53:05 -0400
committerPeter LaFosse <peter@vector35.com>2018-08-29 13:53:05 -0400
commita6b801afadada75afd2b1779edee8d203f3b3140 (patch)
tree5d02f7f5915e18117f29d69754df8f8abb354be5 /binaryview.cpp
parent01b35b4c1aff666a151e8a34149412b91c44eae0 (diff)
Change GetReloc to GetAddress
Diffstat (limited to 'binaryview.cpp')
-rw-r--r--binaryview.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}