src/cpu/zero/vm/cppInterpreter_zero.cpp

changeset 2901
3d2ab563047a
parent 2793
732454aaf5cb
child 2978
d83ac25d0304
     1.1 --- a/src/cpu/zero/vm/cppInterpreter_zero.cpp	Mon May 09 19:45:52 2011 -0700
     1.2 +++ b/src/cpu/zero/vm/cppInterpreter_zero.cpp	Thu May 12 10:29:02 2011 -0700
     1.3 @@ -1427,6 +1427,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