* Merged with default branch at rev 16f3633aaa5a.
[cacao.git] / src / vm / jit / mips / irix / md-os.c
index a4d915620ae669c772c13921b3bae3608f627ca2..ce32b596b405bbdd375414559f88f5b70425d187 100644 (file)
@@ -60,7 +60,7 @@ void md_init(void)
        /* dummy allocation here to ensure that the GC is initialized.            */
 
 #if defined(ENABLE_GC_BOEHM)
-       heap_allocate(1, 0, NULL);
+       (void) GCNEW(u1);
 #endif