Skip to content

Commit 1ce7987

Browse files
fixup! add comment
1 parent 3243ab7 commit 1ce7987

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,8 @@ ValueObjectSP ABIMacOSX_arm64::GetReturnValueObjectImpl(
760760
constexpr addr_t tbi_mask = 0xff80000000000000ULL;
761761
constexpr addr_t pac_sign_extension = 0x0080000000000000ULL;
762762

763+
/// Consults the process for its {code, data} address masks and applies it to
764+
/// `addr`.
763765
static addr_t DoFixAddr(addr_t addr, bool is_code, ProcessSP process_sp) {
764766
if (!process_sp)
765767
return addr;

0 commit comments

Comments
 (0)