diff options
Diffstat (limited to 'lld/lib/ReaderWriter/Native/NativeFileFormat.h')
-rw-r--r-- | lld/lib/ReaderWriter/Native/NativeFileFormat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/Native/NativeFileFormat.h b/lld/lib/ReaderWriter/Native/NativeFileFormat.h index d43236fd88f..5a715e54e37 100644 --- a/lld/lib/ReaderWriter/Native/NativeFileFormat.h +++ b/lld/lib/ReaderWriter/Native/NativeFileFormat.h @@ -150,7 +150,7 @@ struct NativeAtomAttributesV1 { uint8_t interposable; uint8_t merge; uint8_t contentType; - uint8_t sectionChoice; + uint8_t sectionChoiceAndPosition; // high nibble is choice, low is position uint8_t deadStrip; uint8_t permissions; uint8_t alias; |