[Git][ghc/ghc][master] Fix an error message in CheckUnload.c:searchHeapBlocks

Marge Bot gitlab at gitlab.haskell.org
Tue Jun 11 22:43:46 UTC 2019



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


Commits:
1389b2cc by Ömer Sinan Ağacan at 2019-06-11T22:43:43Z
Fix an error message in CheckUnload.c:searchHeapBlocks

- - - - -


1 changed file:

- rts/CheckUnload.c


Changes:

=====================================
rts/CheckUnload.c
=====================================
@@ -335,7 +335,7 @@ static void searchHeapBlocks (HashTable *addrs, bdescr *bd,
                 break;
 
             default:
-                barf("heapCensus, unknown object: %d", info->type);
+                barf("searchHeapBlocks, unknown object: %d", info->type);
             }
 
             if (!prim) {



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/1389b2ccdecb0ea7a8982884512dbf7175a52042

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/1389b2ccdecb0ea7a8982884512dbf7175a52042
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/20190611/0844d96d/attachment.html>


More information about the ghc-commits mailing list