src/cpu/zero/vm/cppInterpreter_zero.cpp

changeset 4314
2cd5e15048e6
parent 4237
a3e2f723f2a5
child 4542
db9981fd3124
     1.1 --- a/src/cpu/zero/vm/cppInterpreter_zero.cpp	Mon Nov 26 17:25:11 2012 -0800
     1.2 +++ b/src/cpu/zero/vm/cppInterpreter_zero.cpp	Tue Nov 27 12:48:52 2012 -0800
     1.3 @@ -1015,11 +1015,7 @@
     1.4  // Helper for figuring out if frames are interpreter frames
     1.5  
     1.6  bool CppInterpreter::contains(address pc) {
     1.7 -#ifdef PRODUCT
     1.8 -  ShouldNotCallThis();
     1.9 -#else
    1.10    return false; // make frame::print_value_on work
    1.11 -#endif // !PRODUCT
    1.12  }
    1.13  
    1.14  // Result handlers and convertors

mercurial