We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378a71f commit 8f13833Copy full SHA for 8f13833
src/coreclr/debug/datadescriptor-shared/contract-descriptor.c.in
@@ -21,6 +21,7 @@ struct ContractDescriptor
21
const uintptr_t *pointer_data;
22
};
23
24
+// POINTER_DATA_NAME and CONTRACT_NAME are macros provided by contractconfiguration.h
25
extern const uintptr_t POINTER_DATA_NAME[];
26
27
#if EXPORT_CONTRACT
src/coreclr/debug/datadescriptor-shared/contractdescriptorstub.c
// just the placeholder pointer
0 commit comments