X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mate.git;a=blobdiff_plain;f=Mate%2FX86CodeGen.hs;h=40b826214bb7dc0561a8bf8f53b742f8e909cf89;hp=68cc70eb185ff9a939cc9c920a117675cdc1131b;hb=ccc1ff2921984cfd36595e935e3634842fa2cb7d;hpb=e86237a8a051d37d42be21d469c36aacf8a86e8f diff --git a/Mate/X86CodeGen.hs b/Mate/X86CodeGen.hs index 68cc70e..40b8262 100644 --- a/Mate/X86CodeGen.hs +++ b/Mate/X86CodeGen.hs @@ -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