aboutsummaryrefslogtreecommitdiff
path: root/COFF/Chunks.h
diff options
context:
space:
mode:
Diffstat (limited to 'COFF/Chunks.h')
-rw-r--r--COFF/Chunks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/COFF/Chunks.h b/COFF/Chunks.h
index 44d7f31afc67..f7412517765c 100644
--- a/COFF/Chunks.h
+++ b/COFF/Chunks.h
@@ -201,7 +201,7 @@ private:
// Used for ICF (Identical COMDAT Folding)
void replace(SectionChunk *Other);
- uint32_t Color[2] = {0, 0};
+ uint32_t Class[2] = {0, 0};
// Sym points to a section symbol if this is a COMDAT chunk.
DefinedRegular *Sym = nullptr;