Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix Linux GCC build issue.
  • Loading branch information
PeterSolMS committed Oct 29, 2021
commit e14464540561e7f055481fcfe5203a47e6c9651f
2 changes: 1 addition & 1 deletion src/coreclr/gc/gcpriv.h
Original file line number Diff line number Diff line change
Expand Up @@ -4528,7 +4528,7 @@ class gc_heap
PER_HEAP
size_t gen2_removed_no_undo;

#define INVALID_SAVED_PINNED_PLUG_INDEX (~0)
#define INVALID_SAVED_PINNED_PLUG_INDEX ((size_t)~0)

PER_HEAP
size_t saved_pinned_plug_index;
Expand Down