summaryrefslogtreecommitdiffstats
path: root/make/config/joal-alcabstract-CustomJavaCode.java
diff options
context:
space:
mode:
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;
} } );
}