From e5a18f47a8cdd37a5c2721e89df68ea7aafed8a0 Mon Sep 17 00:00:00 2001 From: Lukas Wölfer Date: Sat, 24 Jun 2017 19:31:04 +0200 Subject: Implemented incomplete merging --- lib/Core/Executor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Core/Executor.cpp') diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index 7b054e5b..4fd94dd4 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -1177,6 +1177,7 @@ void Executor::stepInstruction(ExecutionState &state) { statsTracker->stepInstruction(state); ++stats::instructions; + ++state.steppedInstructions; state.prevPC = state.pc; ++state.pc; -- cgit 1.4.1