changeset 31:202786aed583

Remove useless codes.
author YANG Yongqiang <yangyongqiang@loongson.cn>
date Wed, 17 Nov 2010 17:52:29 +0800
parents 1f91cc15cd21
children ab0d284dc313
files hotspot/src/cpu/mips/vm/templateInterpreter_mips.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hotspot/src/cpu/mips/vm/templateInterpreter_mips.cpp	Wed Nov 17 17:46:08 2010 +0800
+++ b/hotspot/src/cpu/mips/vm/templateInterpreter_mips.cpp	Wed Nov 17 17:52:29 2010 +0800
@@ -1920,7 +1920,6 @@
 //set last sp;
     intptr_t*  esp = (intptr_t*) monbot - tempcount*Interpreter::stackElementWords() -
 			                popframe_extra_args;
-	printf("last sp is %x\n", esp);
      interpreter_frame->interpreter_frame_set_last_sp(esp);
     // All frames but the initial interpreter frame we fill in have a
     // value for sender_sp that allows walking the stack but isn't