Skip to content

Commit e144645

Browse files
committed
Fix Linux GCC build issue.
1 parent c4c2692 commit e144645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/gc/gcpriv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4528,7 +4528,7 @@ class gc_heap
45284528
PER_HEAP
45294529
size_t gen2_removed_no_undo;
45304530

4531-
#define INVALID_SAVED_PINNED_PLUG_INDEX (~0)
4531+
#define INVALID_SAVED_PINNED_PLUG_INDEX ((size_t)~0)
45324532

45334533
PER_HEAP
45344534
size_t saved_pinned_plug_index;

0 commit comments

Comments
 (0)