X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mate.git;a=blobdiff_plain;f=Mate%2FMethodPool.hs-boot;fp=Mate%2FMethodPool.hs-boot;h=6bb91c313e7af62f2ee5c3e719226dfd89e3e18b;hp=e55aab8b654717e1b3e92f0079a2601f57bd60bf;hb=de9b805eb93b4a39c03e9f7e1cda62c674c87fe3;hpb=3398391fa883278959063506c8051943aba9c4ee diff --git a/Mate/MethodPool.hs-boot b/Mate/MethodPool.hs-boot index e55aab8..6bb91c3 100644 --- a/Mate/MethodPool.hs-boot +++ b/Mate/MethodPool.hs-boot @@ -10,6 +10,6 @@ import Foreign.C.Types addMethodRef :: (NativeWord, JpcNpcMap) -> MethodInfo -> [B.ByteString] -> IO () -compileBB :: RawMethod -> MethodInfo -> IO (NativeWord, JpcNpcMap) +compileBB :: MethodInfo -> RawMethod -> MethodInfo -> IO (NativeWord, JpcNpcMap) executeFuncPtr :: NativeWord -> IO () getMethodEntry :: MethodInfo -> IO (CPtrdiff, JpcNpcMap)