X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FcodeGen%2FCgUtils.hs;h=9ebcf90e30abf0a74d290892e6272250ac21c6cc;hb=9c5675a3f32ba9d3e8d66c43773a24d30cd4dec8;hp=19f5eabb2fe50bc3fb373e424e5a60a489533d74;hpb=81b2276ff9434d97aff683218c34c86479a8d868;p=ghc-hetmet.git diff --git a/compiler/codeGen/CgUtils.hs b/compiler/codeGen/CgUtils.hs index 19f5eab..9ebcf90 100644 --- a/compiler/codeGen/CgUtils.hs +++ b/compiler/codeGen/CgUtils.hs @@ -358,7 +358,7 @@ emitRtsCall' res fun args vols safe = do stmtsC caller_load where (caller_save, caller_load) = callerSaveVolatileRegs vols - target = CmmForeignCall fun_expr CCallConv + target = CmmCallee fun_expr CCallConv fun_expr = mkLblExpr (mkRtsCodeLabel fun) -----------------------------------------------------------------------------