diff options
| author | Peter LaFosse <peter@vector35.com> | 2018-10-28 15:22:45 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-10-28 15:22:45 -0400 |
| commit | cb0c0c57845396814239902b82c93d39ce9192a1 (patch) | |
| tree | 4317441d692dd96597e00d0ee6af254ffaecabcd /relocationhandler.cpp | |
| parent | 7ae317826081c3204a9bbbd9fcc1c84ffe93a359 (diff) | |
Set default GetOperandForExternalRelocation to BN_AUTOCOERCE_EXTERN_PTR
Diffstat (limited to 'relocationhandler.cpp')
| -rw-r--r-- | relocationhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
