Skip to content
Snippets Groups Projects
Commit 663c1711 authored by Ben Gamari's avatar Ben Gamari Committed by Andreas Klebinger
Browse files

rts/linker: Clarify debug output

(cherry picked from commit 20912f5b)
parent 8871bb89
No related branches found
No related tags found
No related merge requests found
......@@ -1076,7 +1076,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