X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FCmmCallConv.hs;h=2a013467b41b77f966d24ac4fcfea6f340ace32c;hb=8a2809c29de9f23eba7ca682b48390033a9d40f6;hp=86a27b55f7be2750dcee87077d1837190180c786;hpb=81285ec475e94ef93d2ac59386d48cb333da2c96;p=ghc-hetmet.git diff --git a/compiler/cmm/CmmCallConv.hs b/compiler/cmm/CmmCallConv.hs index 86a27b5..2a01346 100644 --- a/compiler/cmm/CmmCallConv.hs +++ b/compiler/cmm/CmmCallConv.hs @@ -2,6 +2,7 @@ module CmmCallConv ( ParamLocation(..), ArgumentFormat, assignArguments, + argumentsSize, ) where #include "HsVersions.h"