[Git][ghc/ghc][wip/osa1/std_string_thunks] Fix stg_MK_STRING_info closure type

Ömer Sinan Ağacan gitlab at gitlab.haskell.org
Mon Apr 6 08:51:38 UTC 2020



Ömer Sinan Ağacan pushed to branch wip/osa1/std_string_thunks at Glasgow Haskell Compiler / GHC


Commits:
e01dab1a by Ömer Sinan Ağacan at 2020-04-06T11:51:30+03:00
Fix stg_MK_STRING_info closure type

- - - - -


1 changed file:

- rts/StgStdThunks.cmm


Changes:

=====================================
rts/StgStdThunks.cmm
=====================================
@@ -291,7 +291,7 @@ INFO_TABLE(stg_ap_7_upd,7,0,THUNK,"stg_ap_7_upd_info","stg_ap_7_upd_info")
    Making strings
    -------------------------------------------------------------------------- */
 
-INFO_TABLE(stg_MK_STRING, 0, 0, FUN_STATIC, "stg_MK_STRING", "stg_MK_STRING")
+INFO_TABLE(stg_MK_STRING, 0, 0, THUNK_STATIC, "stg_MK_STRING", "stg_MK_STRING")
     (P_ node)
 {
     W_ newCAF_ret;



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e01dab1a88472335bc13d3ec95dc51feb2485606

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e01dab1a88472335bc13d3ec95dc51feb2485606
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/20200406/21bf4160/attachment.html>


More information about the ghc-commits mailing list