diff --git a/src/bin/ld/main.c b/src/bin/ld/main.c index 0d73af5..e0f9a10 100644 --- a/src/bin/ld/main.c +++ b/src/bin/ld/main.c @@ -48,6 +48,8 @@ uInt32 *reMap = 0x0; FILE *binaryFd = 0x0; + while (1); + if (binaryHeader == 0x0) { binaryFd = malloc(sizeof(FILE)); @@ -114,6 +116,10 @@ /*** $Log$ + Revision 1.9 2004/06/17 11:58:10 reddawg + ld.so: Made a few changes to the way it functions hopefully it will + improve some of its performance. + Revision 1.8 2004/06/17 02:58:49 reddawg Cleaned Out Dead Code