src/cpu/x86/vm/cppInterpreter_x86.cpp

changeset 6039
bd3237e0e18d
parent 5225
603ca7e51354
child 6558
2100bf712e2a
     1.1 --- a/src/cpu/x86/vm/cppInterpreter_x86.cpp	Wed Oct 23 19:22:28 2013 +0000
     1.2 +++ b/src/cpu/x86/vm/cppInterpreter_x86.cpp	Thu Oct 24 16:23:07 2013 -0700
     1.3 @@ -367,7 +367,7 @@
     1.4    return entry;
     1.5  }
     1.6  
     1.7 -address CppInterpreter::return_entry(TosState state, int length) {
     1.8 +address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) {
     1.9    // make it look good in the debugger
    1.10    return CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation);
    1.11  }

mercurial