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=e55aab8b654717e1b3e92f0079a2601f57bd60bf;hp=a1dfe4f0c134a358f9935e1b1b1d6b1afe4bfed7;hb=3398391fa883278959063506c8051943aba9c4ee;hpb=ecec298c7b0723081b1aea7447eae6f04118df34 diff --git a/Mate/MethodPool.hs-boot b/Mate/MethodPool.hs-boot index a1dfe4f..e55aab8 100644 --- a/Mate/MethodPool.hs-boot +++ b/Mate/MethodPool.hs-boot @@ -9,7 +9,7 @@ import Mate.NativeSizes import Foreign.C.Types -addMethodRef :: NativeWord -> MethodInfo -> [B.ByteString] -> IO () -compileBB :: RawMethod -> MethodInfo -> IO NativeWord +addMethodRef :: (NativeWord, JpcNpcMap) -> MethodInfo -> [B.ByteString] -> IO () +compileBB :: RawMethod -> MethodInfo -> IO (NativeWord, JpcNpcMap) executeFuncPtr :: NativeWord -> IO () -getMethodEntry :: MethodInfo -> IO CPtrdiff +getMethodEntry :: MethodInfo -> IO (CPtrdiff, JpcNpcMap)