From a55a56e69012ff764e900576c2901786db5ca393 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 10 Aug 2001 08:40:51 +0000 Subject: [PATCH] [project @ 2001-08-10 08:40:51 by simonmar] added pointer to ghc/rts/Adjustor.c, which has some good comments. --- ghc/docs/comm/the-beast/alien.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/docs/comm/the-beast/alien.html b/ghc/docs/comm/the-beast/alien.html index e0e00a0..3d4776e 100644 --- a/ghc/docs/comm/the-beast/alien.html +++ b/ghc/docs/comm/the-beast/alien.html @@ -28,7 +28,8 @@

Each time the foreign export dynamic is invoked to create a new callback function, a small piece of code has to be dynamically - generated. It is the address of this dynamically generated bit of + generated (by code in Adjustor.c). It is the address of this dynamically generated bit of code that is returned as the Addr (or Ptr). When called from C, the dynamically generated code must somehow invoke -- 1.7.10.4