src/cpu/zero/vm/cppInterpreter_zero.cpp

changeset 5545
e16282db4946
parent 5065
e60b3fce2b02
child 6039
bd3237e0e18d
child 6470
abe03600372a
equal deleted inserted replaced
5544:6725044c5725 5545:e16282db4946
1006 istate->set_stack_limit(stack_base - method->max_stack() - 1); 1006 istate->set_stack_limit(stack_base - method->max_stack() - 1);
1007 } 1007 }
1008 1008
1009 address CppInterpreter::return_entry(TosState state, int length) { 1009 address CppInterpreter::return_entry(TosState state, int length) {
1010 ShouldNotCallThis(); 1010 ShouldNotCallThis();
1011 return NULL;
1011 } 1012 }
1012 1013
1013 address CppInterpreter::deopt_entry(TosState state, int length) { 1014 address CppInterpreter::deopt_entry(TosState state, int length) {
1014 return NULL; 1015 return NULL;
1015 } 1016 }

mercurial