hotspot/src/cpu/ppc/vm/cppInterpreter_ppc.cpp
changeset 22842 38688bfbd633
parent 22824 28258dd5cb2e
child 22861 f5c393d456fc
--- a/hotspot/src/cpu/ppc/vm/cppInterpreter_ppc.cpp	Thu Nov 07 11:44:53 2013 +0100
+++ b/hotspot/src/cpu/ppc/vm/cppInterpreter_ppc.cpp	Thu Nov 07 11:51:53 2013 +0100
@@ -317,7 +317,7 @@
   return entry;
 }
 
-address CppInterpreter::return_entry(TosState state, int length) {
+address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) {
   assert(interpreter_return_address != NULL, "Not initialized");
   return interpreter_return_address;
 }