Skip to content

Commit c1921bc

Browse files
committed
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4 [skip ci]
1 parent f9d8f33 commit c1921bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/lib/Core/BinaryContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2213,7 +2213,7 @@ ErrorOr<uint64_t> BinaryContext::getUnsignedValueAtAddress(uint64_t Address,
22132213
}
22142214

22152215
ErrorOr<int64_t> BinaryContext::getSignedValueAtAddress(uint64_t Address,
2216-
size_t Size) const {
2216+
size_t Size) const {
22172217
const ErrorOr<const BinarySection &> Section = getSectionForAddress(Address);
22182218
if (!Section)
22192219
return std::make_error_code(std::errc::bad_address);

0 commit comments

Comments
 (0)