We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d81a2 commit 1b55dc9Copy full SHA for 1b55dc9
llvm/tools/llvm-readobj/COFFDumper.cpp
@@ -944,7 +944,7 @@ void COFFDumper::printCOFFLoadConfig() {
944
// RVA of each entry in the table. As of writing only a 1-byte extra flag
945
// has been defined.
946
uint32_t Stride = Tables.GuardFlags >> 28;
947
- PrintExtraCB PrintExtra = Stride == 1 ? PrintGuardFlags : nullptr;
+ PrintExtraCB PrintExtra = Stride == 1 ? +PrintGuardFlags : nullptr;
948
949
if (Tables.GuardFidTableVA) {
950
ListScope LS(W, "GuardFidTable");
0 commit comments