diff options
Diffstat (limited to 'llvm/tools/sancov/sancov.cpp')
-rw-r--r-- | llvm/tools/sancov/sancov.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/sancov/sancov.cpp b/llvm/tools/sancov/sancov.cpp index 2b9c181246b..55231742878 100644 --- a/llvm/tools/sancov/sancov.cpp +++ b/llvm/tools/sancov/sancov.cpp @@ -758,7 +758,7 @@ static void getObjectCoveragePoints(const object::ObjectFile &O, Index += Size) { MCInst Inst; if (!DisAsm->getInstruction(Inst, Size, Bytes.slice(Index), - SectionAddr + Index, nulls(), nulls())) { + SectionAddr + Index, nulls())) { if (Size == 0) Size = 1; continue; |