summaryrefslogtreecommitdiffstats
path: root/make/config/joal-alextabstract-CustomJavaCode.java
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/joal-alextabstract-CustomJavaCode.java')
-rw-r--r--make/config/joal-alextabstract-CustomJavaCode.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/config/joal-alextabstract-CustomJavaCode.java b/make/config/joal-alextabstract-CustomJavaCode.java
index e467fc7..6648620 100644
--- a/make/config/joal-alextabstract-CustomJavaCode.java
+++ b/make/config/joal-alextabstract-CustomJavaCode.java
@@ -8,6 +8,9 @@ static {
throw new RuntimeException("Couldn't instantiate ALExtProcAddressTable");
}
alExtProcAddressTable.reset(ALImpl.alDynamicLookupHelper);
+ if( !initializeImpl() ) {
+ throw new RuntimeException("Initialization failure");
+ }
return alExtProcAddressTable;
} } );
}