X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Mate%2FMethodPool.hs-boot;h=a1dfe4f0c134a358f9935e1b1b1d6b1afe4bfed7;hb=6eb91f6ec18c7cbfecd62fa80083aa03cecdeae8;hp=0527cd739f25fbdfa4b03e361a31317e0ba1ba52;hpb=c8169c16f11efe17090cd221d0a3ebde6db50de5;p=mate.git diff --git a/Mate/MethodPool.hs-boot b/Mate/MethodPool.hs-boot index 0527cd7..a1dfe4f 100644 --- a/Mate/MethodPool.hs-boot +++ b/Mate/MethodPool.hs-boot @@ -12,4 +12,4 @@ import Foreign.C.Types addMethodRef :: NativeWord -> MethodInfo -> [B.ByteString] -> IO () compileBB :: RawMethod -> MethodInfo -> IO NativeWord executeFuncPtr :: NativeWord -> IO () -getMethodEntry :: CPtrdiff -> CPtrdiff -> IO CPtrdiff +getMethodEntry :: MethodInfo -> IO CPtrdiff