src/cpu/x86/vm/templateInterpreter_x86_32.cpp

changeset 2901
3d2ab563047a
parent 2784
92add02409c9
child 2978
d83ac25d0304
     1.1 --- a/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Mon May 09 19:45:52 2011 -0700
     1.2 +++ b/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Thu May 12 10:29:02 2011 -0700
     1.3 @@ -1589,6 +1589,7 @@
     1.4                                             int tempcount,
     1.5                                             int popframe_extra_args,
     1.6                                             int moncount,
     1.7 +                                           int caller_actual_parameters,
     1.8                                             int callee_param_count,
     1.9                                             int callee_locals,
    1.10                                             frame* caller,

mercurial