nativeMaschine: s/unsigned int/ptrdiff_t/g
[mate.git] / Mate / X86CodeGen.hs
index df39e5f858c7251057912d1167bfdc6c3a25922c..b2de573f619ad09672aec54e63b0ca6530e3f1f7 100644 (file)
@@ -34,7 +34,7 @@ import Text.Printf
 
 
 foreign import ccall "&mallocObject"
-  mallocObjectAddr :: FunPtr (Int -> IO CUInt)
+  mallocObjectAddr :: FunPtr (Int -> IO CPtrdiff)
 
 type EntryPoint = Ptr Word8
 type EntryPointOffset = Int