diff options
Diffstat (limited to 'make/config/joal-alcabstract-CustomJavaCode.java')
-rwxr-xr-x | make/config/joal-alcabstract-CustomJavaCode.java | 3 |
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; } } ); } |