diff options
author | Patrick Palka <patrick@parcs.ath.cx> | 2013-09-08 22:10:50 -0400 |
---|---|---|
committer | Patrick Palka <patrick@parcs.ath.cx> | 2013-09-08 22:10:50 -0400 |
commit | 783ca393d9b262fe0efc6308e71c95a2da0eda1a (patch) | |
tree | d515913f550abc335500613a02c1311d6e12e341 /compiler/cmm/PprC.hs | |
parent | a58ba1856451447350132f20637deb898ebee252 (diff) | |
parent | 2cec084e45392e0b0d198254017b140accee32f0 (diff) | |
download | haskell-ghc-parmake-gsoc.tar.gz |
Merge remote-tracking branch 'origin/master' into ghc-parmake-gsocghc-parmake-gsoc
Diffstat (limited to 'compiler/cmm/PprC.hs')
-rw-r--r-- | compiler/cmm/PprC.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/cmm/PprC.hs b/compiler/cmm/PprC.hs index b0c9bd3f2f..149968d118 100644 --- a/compiler/cmm/PprC.hs +++ b/compiler/cmm/PprC.hs @@ -938,6 +938,7 @@ is_cishCC CCallConv = True is_cishCC CApiConv = True is_cishCC StdCallConv = True is_cishCC PrimCallConv = False +is_cishCC JavaScriptCallConv = False -- --------------------------------------------------------------------- -- Find and print local and external declarations for a list of |