From b378d9ceb20016eeadc536682a08df9acc67aee6 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Tue, 17 Jun 2014 03:32:45 +0200
Subject: Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37
 (compount call-by-value extension)

---
 make/config/clImplCustomCode.java | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'make/config/clImplCustomCode.java')

diff --git a/make/config/clImplCustomCode.java b/make/config/clImplCustomCode.java
index 6c407110..f57995d1 100644
--- a/make/config/clImplCustomCode.java
+++ b/make/config/clImplCustomCode.java
@@ -19,6 +19,9 @@
                                           return null;
                                       }
                                       addressTable.reset(bundle);
+                                      if( !initializeImpl() ) {
+                                          throw new RuntimeException("Initialization failure");
+                                      }                                      
                                       return bundle;
                                   } } );
     }
-- 
cgit v1.2.3