From cff2b8c9d447503bcff40e4eb0f1d69bead89206 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Wed, 27 Mar 2013 18:57:22 +0000 Subject: Patch by Jonathan Neuschäfer adding a missing newline. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@178168 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Core/Executor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Core') diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index fa5835d3..473f45e5 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -1071,7 +1071,7 @@ void Executor::stepInstruction(ExecutionState &state) { if (DebugPrintInstructions) { printFileLine(state, state.pc); std::cerr << std::setw(10) << stats::instructions << " "; - llvm::errs() << *(state.pc->inst); + llvm::errs() << *(state.pc->inst) << '\n'; } if (statsTracker) -- cgit 1.4.1