hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
changeset 19336 ddceb0657500
parent 17314 28fab19f2ccd
child 21198 dd647e8d1d72
child 22836 e7e511228518
--- a/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp	Mon Aug 19 09:33:29 2013 +0200
+++ b/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp	Tue Aug 20 10:57:50 2013 -0700
@@ -1008,6 +1008,7 @@
 
 address CppInterpreter::return_entry(TosState state, int length) {
   ShouldNotCallThis();
+  return NULL;
 }
 
 address CppInterpreter::deopt_entry(TosState state, int length) {