src/cpu/zero/vm/cppInterpreter_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/zero/vm/cppInterpreter_zero.cpp	Tue Oct 22 15:02:17 2013
--- new/src/cpu/zero/vm/cppInterpreter_zero.cpp	Tue Oct 22 15:02:17 2013

*** 1004,1014 **** --- 1004,1014 ---- istate->set_stack_base(stack_base); istate->set_stack(stack); istate->set_stack_limit(stack_base - method->max_stack() - 1); } ! address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) { ShouldNotCallThis(); return NULL; } address CppInterpreter::deopt_entry(TosState state, int length) {

src/cpu/zero/vm/cppInterpreter_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File