diff src/cpu/x86/vm/cppInterpreter_x86.cpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents bd3237e0e18d
children d3f14809b051 2100bf712e2a
line wrap: on
line diff
--- a/src/cpu/x86/vm/cppInterpreter_x86.cpp	Wed Oct 16 10:52:41 2013 +0200
+++ b/src/cpu/x86/vm/cppInterpreter_x86.cpp	Tue Nov 05 17:38:04 2013 -0800
@@ -367,7 +367,7 @@
   return entry;
 }
 
-address CppInterpreter::return_entry(TosState state, int length) {
+address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) {
   // make it look good in the debugger
   return CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation);
 }