[Git][ghc/ghc][wip/osa1/std_string_thunks] Fix stg_MK_STRING_info nptrs

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



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


Commits:
fefd226c by Ömer Sinan Ağacan at 2020-04-06T11:52:46+03:00
Fix stg_MK_STRING_info nptrs

- - - - -


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, THUNK_STATIC, "stg_MK_STRING", "stg_MK_STRING")
+INFO_TABLE(stg_MK_STRING, 0, 1, THUNK_STATIC, "stg_MK_STRING", "stg_MK_STRING")
     (P_ node)
 {
     W_ newCAF_ret;



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fefd226c19e930a0db4fec9d1b865237e634b789
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/f15d7c11/attachment.html>


More information about the ghc-commits mailing list