summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Ayupov <aaupov@fb.com>2024-05-09 19:31:47 -0700
committerAmir Ayupov <aaupov@fb.com>2024-05-09 19:31:47 -0700
commitc1921bc2cd797075179bd421231ec0883278eb47 (patch)
treee4f1c96ae746f9a9b2bc26a6fb7ee353d80dd7f5
parentf9d8f33f0f4775f38251537f5c0e4699a4fe3743 (diff)
[𝘀𝗽𝗿] changes introduced through rebaseupstream/users/aaupov/spr/main.bolt-support-possible_pic_fixed_branch
Created using spr 1.3.4 [skip ci]
-rw-r--r--bolt/lib/Core/BinaryContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/lib/Core/BinaryContext.cpp b/bolt/lib/Core/BinaryContext.cpp
index 507b203ea9d8..0a0c827c3a96 100644
--- a/bolt/lib/Core/BinaryContext.cpp
+++ b/bolt/lib/Core/BinaryContext.cpp
@@ -2213,7 +2213,7 @@ ErrorOr<uint64_t> BinaryContext::getUnsignedValueAtAddress(uint64_t Address,
}
ErrorOr<int64_t> BinaryContext::getSignedValueAtAddress(uint64_t Address,
- size_t Size) const {
+ size_t Size) const {
const ErrorOr<const BinarySection &> Section = getSectionForAddress(Address);
if (!Section)
return std::make_error_code(std::errc::bad_address);