OSDN Git Service

bugs!! ><
authorsparky4 <sparky4@cock.li>
Tue, 7 Jul 2015 02:55:06 +0000 (21:55 -0500)
committersparky4 <sparky4@cock.li>
Tue, 7 Jul 2015 02:55:06 +0000 (21:55 -0500)
modified:   exmmtest.exe
modified:   src/lib/16_mm.c
modified:   src/lib/16_mm.h

exmmtest.exe
src/lib/16_mm.c
src/lib/16_mm.h

index 07343ed..528d1d8 100644 (file)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 87210f9..c499ea2 100644 (file)
@@ -424,13 +424,11 @@ void MML_UseSpace(/*d*/word segstart, dword seglength, mminfo_t *mm)
 {
        mmblocktype huge *scan,huge *last;
        dword   oldend;
-       //----/*d*/word fat=0;
        dword           extra;
 
        scan = last = mm->mmhead;
        mm->mmrover = mm->mmhead;               // reset rover to start of memory
        scan->segm=1;
-       //----scan->segmlen=seglength;
 
 //
 // search for the block that contains the range of segments
index a5c159e..44ea845 100644 (file)
@@ -119,7 +119,6 @@ typedef struct mmblockstruct
        //word  start;
        //dword length;
        word segm;                              //how many 64kb segment blocks it takes up if there is many data!
-       //dword segmlen;                //length of the multi segment data
        unsigned        attributes;
        memptr          *useptr;        // pointer to the segment start
        struct mmblockstruct huge *next;