src/cpu/zero/vm/cppInterpreter_zero.cpp

changeset 4727
0094485b46c7
parent 4542
db9981fd3124
child 5065
e60b3fce2b02
     1.1 --- a/src/cpu/zero/vm/cppInterpreter_zero.cpp	Fri Mar 08 08:22:18 2013 -0800
     1.2 +++ b/src/cpu/zero/vm/cppInterpreter_zero.cpp	Wed Mar 13 09:44:45 2013 +0100
     1.3 @@ -919,7 +919,8 @@
     1.4                                             int       callee_locals,
     1.5                                             frame*    caller,
     1.6                                             frame*    interpreter_frame,
     1.7 -                                           bool      is_top_frame) {
     1.8 +                                           bool      is_top_frame,
     1.9 +                                           bool      is_bottom_frame) {
    1.10    assert(popframe_extra_args == 0, "what to do?");
    1.11    assert(!is_top_frame || (!callee_locals && !callee_param_count),
    1.12           "top frame should have no caller");

mercurial