aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/joal-alcabstract-CustomJavaCode.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-06-18 03:48:11 +0200
committerSven Gothel <[email protected]>2014-06-18 03:48:11 +0200
commit21cd5206625aaa8914e53bdfaab8e7ae4e497a08 (patch)
treeb45c751e459fadc694053ba7ddd39dd4a4562043 /make/config/joal-alcabstract-CustomJavaCode.java
parent05d236515d37561a66b1e239984916e95a193cc8 (diff)
Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b (compount call-by-value extension)
- initializeImpl() is no more required, since it's not forced .. uncomment in manual static initializer
Diffstat (limited to 'make/config/joal-alcabstract-CustomJavaCode.java')
-rwxr-xr-xmake/config/joal-alcabstract-CustomJavaCode.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/config/joal-alcabstract-CustomJavaCode.java b/make/config/joal-alcabstract-CustomJavaCode.java
index f0a7173..aaa6464 100755
--- a/make/config/joal-alcabstract-CustomJavaCode.java
+++ b/make/config/joal-alcabstract-CustomJavaCode.java
@@ -8,9 +8,10 @@ static {
throw new RuntimeException("Couldn't instantiate ALCProcAddressTable");
}
alcProcAddressTable.reset(ALImpl.alDynamicLookupHelper);
+ /** Not required nor forced
if( !initializeImpl() ) {
throw new RuntimeException("Initialization failure");
- }
+ } */
return alcProcAddressTable;
} } );
}