X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Fcmm%2FCmmCallConv.hs;h=2a013467b41b77f966d24ac4fcfea6f340ace32c;hb=d1ccf953188743a03966b7275f037637ef82a942;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"