summaryrefslogtreecommitdiff
path: root/relocationhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'relocationhandler.cpp')
-rw-r--r--relocationhandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/relocationhandler.cpp b/relocationhandler.cpp
index baceca48..ae0897dc 100644
--- a/relocationhandler.cpp
+++ b/relocationhandler.cpp
@@ -108,6 +108,11 @@ bool RelocationHandler::ApplyRelocation(Ref<BinaryView> view, Ref<Architecture>
size_t RelocationHandler::GetOperandForExternalRelocation(const uint8_t* data, uint64_t addr, size_t length,
Ref<LowLevelILFunction> il, Ref<Relocation> relocation)
{
+ (void)data;
+ (void)addr;
+ (void)length;
+ (void)il;
+ (void)relocation;
return BN_INVALID_OPERAND;
}