CallLongMethod implementation added
[cacao.git] / gennativetable.c
index 736dca0c57b1a7a765200cb7d28a5023d42f6e23..dc51e83b07514939c2289c3e1265896b3a129698 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: gennativetable.c 1260 2004-06-30 22:26:21Z stefan $
+   $Id: gennativetable.c 1264 2004-07-01 14:21:05Z jowenn $
 
 */
 
@@ -78,9 +78,10 @@ int main(int argc, char **argv)
        /* initialize the garbage collector */
        gc_init(heapmaxsize, heapstartsize);
 
+       tables_init();
+
        suck_init(classpath);
    
-       tables_init();
 
 #if defined(USE_THREADS) && defined(NATIVE_THREADS)
        initThreadsEarly();