Remember to print out the next instruction if stepping over an external method call


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1028 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/Interpreter/Execution.cpp b/lib/ExecutionEngine/Interpreter/Execution.cpp
index 9d07d2d..60bd77b 100644
--- a/lib/ExecutionEngine/Interpreter/Execution.cpp
+++ b/lib/ExecutionEngine/Interpreter/Execution.cpp
@@ -907,6 +907,8 @@
     // 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...