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