diff src/cpu/zero/vm/vtableStubs_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
line wrap: on
line diff
--- a/src/cpu/zero/vm/vtableStubs_zero.cpp	Thu Oct 10 18:26:22 2013 +0200
+++ b/src/cpu/zero/vm/vtableStubs_zero.cpp	Fri Oct 11 10:38:03 2013 +0200
@@ -39,16 +39,20 @@
 
 VtableStub* VtableStubs::create_vtable_stub(int vtable_index) {
   ShouldNotCallThis();
+  return NULL;
 }
 
 VtableStub* VtableStubs::create_itable_stub(int vtable_index) {
   ShouldNotCallThis();
+  return NULL;
 }
 
 int VtableStub::pd_code_size_limit(bool is_vtable_stub) {
   ShouldNotCallThis();
+  return 0;
 }
 
 int VtableStub::pd_code_alignment() {
   ShouldNotCallThis();
+  return 0;
 }