diff src/cpu/zero/vm/sharedRuntime_zero.cpp @ 12355:cefad50507d8

Merge with hs25-b53
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 10:38:03 +0200
parents e16282db4946
children de6a9e811145 6a936747b569
line wrap: on
line diff
--- a/src/cpu/zero/vm/sharedRuntime_zero.cpp	Thu Oct 10 18:26:22 2013 +0200
+++ b/src/cpu/zero/vm/sharedRuntime_zero.cpp	Fri Oct 11 10:38:03 2013 +0200
@@ -89,6 +89,7 @@
                                                             ret_type);
 #else
   ShouldNotCallThis();
+  return NULL;
 #endif // SHARK
 }
 
@@ -99,6 +100,7 @@
 
 uint SharedRuntime::out_preserve_stack_slots() {
   ShouldNotCallThis();
+  return 0;
 }
 
 JRT_LEAF(void, zero_stub())
@@ -135,4 +137,5 @@
                                          VMRegPair *regs,
                                          int total_args_passed) {
   ShouldNotCallThis();
+  return 0;
 }