Skip to content

Commit 8ea5448

Browse files
authored
Merge pull request #81385 from augusto2112/get-sig-bits-ret
[RemoteMirror] Remove accidental unconditional return
2 parents 161209f + 6a6b0ce commit 8ea5448

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/swift/Remote/CMemoryReader.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ class CMemoryReader final : public MemoryReader {
6868
// Check to see if an address has bits outside the ptrauth mask. This suggests
6969
// that we're likely failing to strip a signed pointer when reading from it.
7070
bool hasSignatureBits(RemoteAddress address) {
71-
return false;
7271
uint64_t addressData = address.getAddressData();
7372
return addressData != (addressData & getPtrauthMask());
7473
}

0 commit comments

Comments
 (0)