src/cpu/zero/vm/cppInterpreter_zero.cpp

changeset 6039
bd3237e0e18d
parent 5545
e16282db4946
child 6198
55fb97c4c58d
child 6472
2b8e28fdf503
     1.1 --- a/src/cpu/zero/vm/cppInterpreter_zero.cpp	Wed Oct 23 19:22:28 2013 +0000
     1.2 +++ b/src/cpu/zero/vm/cppInterpreter_zero.cpp	Thu Oct 24 16:23:07 2013 -0700
     1.3 @@ -1006,7 +1006,7 @@
     1.4    istate->set_stack_limit(stack_base - method->max_stack() - 1);
     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    ShouldNotCallThis();
    1.10    return NULL;
    1.11  }

mercurial