CallLongMethod implementation added
[cacao.git] / gennativetable.c
index 703f666673b059d74205878b6c0e8834a639d101..dc51e83b07514939c2289c3e1265896b3a129698 100644 (file)
@@ -1,4 +1,4 @@
-/* genoffsets.c - generate nativetable.h for native.c
+/* gennativetable.c - generate nativetable.h for native.c
 
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
    R. Grafl, A. Krall, C. Kruegel, C. Oates, R. Obermaisser,
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: gennativetable.c 1222 2004-06-30 19:12:20Z twisti $
+   $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();