[Git][ghc/ghc][wip/osa1/std_string_thunks] Fix unpackCString# entry

Ömer Sinan Ağacan gitlab at gitlab.haskell.org
Thu May 28 10:01:02 UTC 2020



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


Commits:
bbf1a076 by Ömer Sinan Ağacan at 2020-05-28T13:00:49+03:00
Fix unpackCString# entry

- - - - -


1 changed file:

- rts/StgStdThunks.cmm


Changes:

=====================================
rts/StgStdThunks.cmm
=====================================
@@ -305,6 +305,6 @@ INFO_TABLE(stg_MK_STRING, 0, 1, THUNK_STATIC, "stg_MK_STRING", "stg_MK_STRING")
         Sp_adj(-2);
         Sp(1) = node;
         Sp(0) = stg_bh_upd_frame_info;
-        jump ghczmprim_GHCziCString_unpackCStringzh_info(StgThunk_payload(node,0));
+        jump stg_ap_n_fast(ghczmprim_GHCziCString_unpackCStringzh_info, StgThunk_payload(node, 0));
     }
 }



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

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


More information about the ghc-commits mailing list