diff -r 97d400662426 -r bd3237e0e18d src/cpu/zero/vm/cppInterpreter_zero.cpp --- a/src/cpu/zero/vm/cppInterpreter_zero.cpp Wed Oct 23 19:22:28 2013 +0000 +++ b/src/cpu/zero/vm/cppInterpreter_zero.cpp Thu Oct 24 16:23:07 2013 -0700 @@ -1006,7 +1006,7 @@ istate->set_stack_limit(stack_base - method->max_stack() - 1); } -address CppInterpreter::return_entry(TosState state, int length) { +address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) { ShouldNotCallThis(); return NULL; }