GarbageAlloc: little refactoring - all GC allocate methods should have GC suffix...
[mate.git] / Mate / X86CodeGen.hs
index 68cc70eb185ff9a939cc9c920a117675cdc1131b..40b826214bb7dc0561a8bf8f53b742f8e909cf89 100644 (file)
@@ -35,7 +35,7 @@ import Text.Printf
 #endif
 
 
-foreign import ccall "&mallocObject"
+foreign import ccall "&mallocObjectGC"
   mallocObjectAddr :: FunPtr (Int -> IO CPtrdiff)
 
 type EntryPoint = Ptr Word8