From cb0c0c57845396814239902b82c93d39ce9192a1 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Sun, 28 Oct 2018 15:22:45 -0400 Subject: Set default GetOperandForExternalRelocation to BN_AUTOCOERCE_EXTERN_PTR --- relocationhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'relocationhandler.cpp') diff --git a/relocationhandler.cpp b/relocationhandler.cpp index ae0897dc..368c64ae 100644 --- a/relocationhandler.cpp +++ b/relocationhandler.cpp @@ -113,7 +113,7 @@ size_t RelocationHandler::GetOperandForExternalRelocation(const uint8_t* data, u (void)length; (void)il; (void)relocation; - return BN_INVALID_OPERAND; + return BN_AUTOCOERCE_EXTERN_PTR; } -- cgit v1.3.1