Skip to content
Snippets Groups Projects
Commit 1802983c authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2000-04-28 13:09:19 by sewardj]

Remove some debug printing.
parent 620664da
No related merge requests found
......@@ -81,9 +81,6 @@ ObjectCode* ocNew ( void (*errMsg)(char*),
oc->sizesectionTab = 0;
oc->usedsectionTab = 0;
oc->next = NULL;
fprintf ( stderr, "ocNew: loading into %10p .. %10p (%d)\n",
((char*)(oc->oImage)),
((char*)(oc->oImage)) + objFileSize - 1, objFileSize );
return oc;
}
......
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