Call new init code.
authortwisti <none@none>
Thu, 10 Feb 2005 10:04:29 +0000 (10:04 +0000)
committertwisti <none@none>
Thu, 10 Feb 2005 10:04:29 +0000 (10:04 +0000)
src/native/tools/gennativetable.c

index 9157ce58b1e7109b274dd32f5b2aa4f8ecb1e8b4..a96e1e9750d86207b74ac381eb7c5fdeac951927 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: gennativetable.c 1832 2004-12-29 13:48:07Z twisti $
+   $Id: gennativetable.c 1916 2005-02-10 10:04:29Z twisti $
 
 */
 
@@ -98,6 +98,10 @@ int main(int argc, char **argv)
        initLocks();
 #endif
 
+       /* initialize some cacao subsystems */
+
+       utf8_init();
+       class_init_foo();
        loader_init((u1 *) &dummy);