comparison src/cpu/zero/vm/cppInterpreter_zero.cpp @ 12077:e16282db4946

8022956: Clang: enable return type warnings on BSD Reviewed-by: coleenp, sla
author twisti
date Tue, 20 Aug 2013 10:57:50 -0700
parents e60b3fce2b02
children bd3237e0e18d abe03600372a
comparison
equal deleted inserted replaced
12076:6725044c5725 12077: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 }