Usermode/ld-acess - Overhaul cleanup of ELF loader
[tpg/acess2.git] / Usermode / Libraries / ld-acess.so_src / loadlib.c
index 1c750a8..31dcbd8 100644 (file)
@@ -65,7 +65,7 @@ void CallQueuedEntrypoints(char **EnvP)
        {
                giNumQueuedEntrypoints --;
                const struct sQueuedEntry       *qe = &gaQueuedEntrypoints[giNumQueuedEntrypoints];
-               //_SysDebug("Calling EP for %p", qe->Base);
+               DEBUGS("Calling EP %p for %p", qe->Entry, qe->Base);
                qe->Entry(qe->Base, 0, NULL, EnvP);
        }
 }

UCC git Repository :: git.ucc.asn.au