6960550: Missing semicolon in Zero

Mon, 14 Jun 2010 00:52:15 -0700

author
twisti
date
Mon, 14 Jun 2010 00:52:15 -0700
changeset 1960
d179e225c164
parent 1959
b918d354830a
child 1962
78fc92dfd4ca

6960550: Missing semicolon in Zero
Summary: There is a missing semicolon in cppInterpreter_zero.cpp.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>

src/cpu/zero/vm/cppInterpreter_zero.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/cpu/zero/vm/cppInterpreter_zero.cpp	Sat Jun 12 22:53:43 2010 -0700
     1.2 +++ b/src/cpu/zero/vm/cppInterpreter_zero.cpp	Mon Jun 14 00:52:15 2010 -0700
     1.3 @@ -820,7 +820,7 @@
     1.4                                             bool      is_top_frame) {
     1.5    assert(popframe_extra_args == 0, "what to do?");
     1.6    assert(!is_top_frame || (!callee_locals && !callee_param_count),
     1.7 -         "top frame should have no caller")
     1.8 +         "top frame should have no caller");
     1.9  
    1.10    // This code must exactly match what InterpreterFrame::build
    1.11    // does (the full InterpreterFrame::build, that is, not the

mercurial