summaryrefslogtreecommitdiffstats
path: root/make/config/joal-alextabstract-CustomJavaCode.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-06-17 01:37:26 +0200
committerSven Gothel <[email protected]>2014-06-17 01:37:26 +0200
commit05d236515d37561a66b1e239984916e95a193cc8 (patch)
tree9f0acbe861f607ad423914591fd54a91bba53097 /make/config/joal-alextabstract-CustomJavaCode.java
parent0ad86c6c50a10bb3a53cac6fff1b857bae9c6192 (diff)
Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount call-by-value extension)
Diffstat (limited to 'make/config/joal-alextabstract-CustomJavaCode.java')
-rw-r--r--make/config/joal-alextabstract-CustomJavaCode.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/config/joal-alextabstract-CustomJavaCode.java b/make/config/joal-alextabstract-CustomJavaCode.java
index e467fc7..6648620 100644
--- a/make/config/joal-alextabstract-CustomJavaCode.java
+++ b/make/config/joal-alextabstract-CustomJavaCode.java
@@ -8,6 +8,9 @@ static {
throw new RuntimeException("Couldn't instantiate ALExtProcAddressTable");
}
alExtProcAddressTable.reset(ALImpl.alDynamicLookupHelper);
+ if( !initializeImpl() ) {
+ throw new RuntimeException("Initialization failure");
+ }
return alExtProcAddressTable;
} } );
}