diff options
Diffstat (limited to 'lib/ExecutionEngine/Interpreter/Execution.cpp')
-rw-r--r-- | lib/ExecutionEngine/Interpreter/Execution.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ExecutionEngine/Interpreter/Execution.cpp b/lib/ExecutionEngine/Interpreter/Execution.cpp index 9d07d2dd1a..60bd77bcca 100644 --- a/lib/ExecutionEngine/Interpreter/Execution.cpp +++ b/lib/ExecutionEngine/Interpreter/Execution.cpp @@ -907,6 +907,8 @@ void Interpreter::nextInstruction() { // Do the 'next' command // able the step into a function, if it's external for example. if (ECStack.size() != StackSize) finish(); // Finish executing the function... + else + printCurrentInstruction(); } else { // Normal instruction, just step... |