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	Mon Aug 19 16:50:58 2013
--- new/src/cpu/zero/vm/cppInterpreter_zero.cpp	Mon Aug 19 16:50:58 2013

*** 1006,1015 **** --- 1006,1016 ---- istate->set_stack_limit(stack_base - method->max_stack() - 1); } address CppInterpreter::return_entry(TosState state, int length) { ShouldNotCallThis(); + return NULL; } address CppInterpreter::deopt_entry(TosState state, int length) { return NULL; }

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