Skip to content
Snippets Groups Projects
Commit 1389b2cc authored by Ömer Sinan Ağacan's avatar Ömer Sinan Ağacan Committed by Marge Bot
Browse files

Fix an error message in CheckUnload.c:searchHeapBlocks

parent 0b7f81f5
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment