summaryrefslogtreecommitdiffstats
path: root/make/config/joal-alcabstract-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-alcabstract-CustomJavaCode.java
parent0ad86c6c50a10bb3a53cac6fff1b857bae9c6192 (diff)
Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount call-by-value extension)
Diffstat (limited to 'make/config/joal-alcabstract-CustomJavaCode.java')
-rwxr-xr-xmake/config/joal-alcabstract-CustomJavaCode.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/config/joal-alcabstract-CustomJavaCode.java b/make/config/joal-alcabstract-CustomJavaCode.java
index debadad..f0a7173 100755
--- a/make/config/joal-alcabstract-CustomJavaCode.java
+++ b/make/config/joal-alcabstract-CustomJavaCode.java
@@ -8,6 +8,9 @@ static {
throw new RuntimeException("Couldn't instantiate ALCProcAddressTable");
}
alcProcAddressTable.reset(ALImpl.alDynamicLookupHelper);
+ if( !initializeImpl() ) {
+ throw new RuntimeException("Initialization failure");
+ }
return alcProcAddressTable;
} } );
}