Merging in the new codegen branch
[ghc-hetmet.git] / compiler / prelude / ForeignCall.lhs
index a80900e..27f5b4f 100644 (file)
@@ -131,6 +131,8 @@ stdcall:    Caller allocates parameters, callee deallocates.
 ToDo: The stdcall calling convention is x86 (win32) specific,
 so perhaps we should emit a warning if it's being used on other
 platforms.
+See: http://www.programmersheaven.com/2/Calling-conventions
 
 \begin{code}
 data CCallConv = CCallConv | StdCallConv | CmmCallConv