[Git][ghc/ghc][master] Print PAP object address in stg_PAP_info entry code

Marge Bot gitlab at gitlab.haskell.org
Wed May 8 19:47:28 UTC 2019



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
9a3acac9 by Ömer Sinan Ağacan at 2019-05-08T19:41:17Z
Print PAP object address in stg_PAP_info entry code

Continuation to ce23451c

- - - - -


1 changed file:

- rts/Apply.cmm


Changes:

=====================================
rts/Apply.cmm
=====================================
@@ -210,7 +210,7 @@ again:
    -------------------------------------------------------------------------- */
 
 INFO_TABLE(stg_PAP,/*special layout*/0,0,PAP,"PAP","PAP")
-{  ccall barf("PAP object entered!") never returns; }
+{  ccall barf("PAP object (%p) entered!", R1) never returns; }
 
 stg_PAP_apply /* no args => explicit stack */
 {



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/9a3acac968d76370e12839db4b71bb0a43e35b2c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/9a3acac968d76370e12839db4b71bb0a43e35b2c
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190508/369961f9/attachment.html>


More information about the ghc-commits mailing list