src/cpu/zero/vm/cppInterpreter_zero.cpp

Print this page
rev 3850 : [mq]: shark.patch

@@ -1013,15 +1013,11 @@
 }
 
 // Helper for figuring out if frames are interpreter frames
 
 bool CppInterpreter::contains(address pc) {
-#ifdef PRODUCT
-  ShouldNotCallThis();
-#else
   return false; // make frame::print_value_on work
-#endif // !PRODUCT
 }
 
 // Result handlers and convertors
 
 address CppInterpreterGenerator::generate_result_handler_for(