From 0e9d0ebbfe759519fb69c204a69205b851cc42ef Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Wed, 6 Apr 2022 09:36:57 +0200 Subject: fix cmplog! --- instrumentation/cmplog-instructions-pass.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instrumentation/cmplog-instructions-pass.cc') diff --git a/instrumentation/cmplog-instructions-pass.cc b/instrumentation/cmplog-instructions-pass.cc index fd7930a1..4d37bcb2 100644 --- a/instrumentation/cmplog-instructions-pass.cc +++ b/instrumentation/cmplog-instructions-pass.cc @@ -515,7 +515,7 @@ bool CmpLogInstructions::hookInstrs(Module &M) { while (1) { std::vector args; - bool skip = true; + bool skip = false; if (vector_cnt) { -- cgit 1.4.1