Make CPS account for on-stack arguments when doing the stack check
[ghc-hetmet.git] / compiler / cmm / CmmCallConv.hs
index 86a27b5..2a01346 100644 (file)
@@ -2,6 +2,7 @@ module CmmCallConv (
   ParamLocation(..),
   ArgumentFormat,
   assignArguments,
+  argumentsSize,
 ) where
 
 #include "HsVersions.h"