diff options
Diffstat (limited to 'make/config/joal-alextabstract-CustomJavaCode.java')
-rw-r--r-- | make/config/joal-alextabstract-CustomJavaCode.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/config/joal-alextabstract-CustomJavaCode.java b/make/config/joal-alextabstract-CustomJavaCode.java index 6648620..19b42ab 100644 --- a/make/config/joal-alextabstract-CustomJavaCode.java +++ b/make/config/joal-alextabstract-CustomJavaCode.java @@ -8,9 +8,10 @@ static { throw new RuntimeException("Couldn't instantiate ALExtProcAddressTable"); } alExtProcAddressTable.reset(ALImpl.alDynamicLookupHelper); + /** Not required nor forced if( !initializeImpl() ) { throw new RuntimeException("Initialization failure"); - } + } */ return alExtProcAddressTable; } } ); } |