Skip to content
Snippets Groups Projects
Commit 20912f5b authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

rts/linker: Clarify debug output

parent 292ed74e
No related branches found
No related tags found
No related merge requests found
......@@ -1118,7 +1118,7 @@ freePreloadObjectFile (ObjectCode *oc)
*/
void freeObjectCode (ObjectCode *oc)
{
IF_DEBUG(linker, ocDebugBelch(oc, "start\n"));
IF_DEBUG(linker, ocDebugBelch(oc, "freeObjectCode: start\n"));
// Run finalizers
if (oc->type == STATIC_OBJECT &&
......
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