Skip to content

Commit 7226070

Browse files
committed
[NFC] Commented decimal rep of ptrauth discriminator.
Enable grepping.
1 parent 85ade03 commit 7226070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/ABI/MetadataValues.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ namespace SpecialPointerAuthDiscriminators {
11861186
const uint16_t EscalationNotificationFunction = 0x5be4; // = 23524
11871187

11881188
/// Swift async context parameter stored in the extended frame info.
1189-
const uint16_t SwiftAsyncContextExtendedFrameEntry = 0xc31a;
1189+
const uint16_t SwiftAsyncContextExtendedFrameEntry = 0xc31a; // = 49946
11901190
}
11911191

11921192
/// The number of arguments that will be passed directly to a generic

0 commit comments

Comments
 (0)