src/cpu/zero/vm/cppInterpreter_zero.cpp

changeset 5545
e16282db4946
parent 5065
e60b3fce2b02
child 6039
bd3237e0e18d
child 6470
abe03600372a
     1.1 --- a/src/cpu/zero/vm/cppInterpreter_zero.cpp	Mon Aug 19 09:33:29 2013 +0200
     1.2 +++ b/src/cpu/zero/vm/cppInterpreter_zero.cpp	Tue Aug 20 10:57:50 2013 -0700
     1.3 @@ -1008,6 +1008,7 @@
     1.4  
     1.5  address CppInterpreter::return_entry(TosState state, int length) {
     1.6    ShouldNotCallThis();
     1.7 +  return NULL;
     1.8  }
     1.9  
    1.10  address CppInterpreter::deopt_entry(TosState state, int length) {

mercurial