]> 4ch.mooo.com Git - 16.git/commitdiff
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 07343ed3fe10fcc10e8e52315d4cc4d1520f8540..528d1d8677e84c8a5c7e5d20cd8697fe6f77e28b 100644 (file)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 87210f98af105ce78715a31b43aa396a3512c0ab..c499ea282b804e7102c6c2810bb110cd8d315c32 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 a5c159ee51f1072bb1615a45357516784b898bea..44ea845dfe55a48a603724ebad40ee8e76c82803 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;