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

src/cpu/zero/vm/cppInterpreter_zero.cpp

Print this page

        

*** 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