Skip to content

Commit 8f13833

Browse files
committed
add comment
1 parent 378a71f commit 8f13833

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/coreclr/debug/datadescriptor-shared/contract-descriptor.c.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ struct ContractDescriptor
2121
const uintptr_t *pointer_data;
2222
};
2323

24+
// POINTER_DATA_NAME and CONTRACT_NAME are macros provided by contractconfiguration.h
2425
extern const uintptr_t POINTER_DATA_NAME[];
2526

2627
#if EXPORT_CONTRACT

src/coreclr/debug/datadescriptor-shared/contractdescriptorstub.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ struct ContractDescriptor
2121
const uintptr_t *pointer_data;
2222
};
2323

24+
// POINTER_DATA_NAME and CONTRACT_NAME are macros provided by contractconfiguration.h
2425
extern const uintptr_t POINTER_DATA_NAME[];
2526

2627
// just the placeholder pointer

0 commit comments

Comments
 (0)