From: sparky4 Date: Tue, 7 Jul 2015 02:55:06 +0000 (-0500) Subject: bugs!! >< X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=ee2dcff20fff3da95206cba5b6a468b1ffe2e085 bugs!! >< modified: exmmtest.exe modified: src/lib/16_mm.c modified: src/lib/16_mm.h --- diff --git a/exmmtest.exe b/exmmtest.exe index 07343ed3..528d1d86 100644 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/src/lib/16_mm.c b/src/lib/16_mm.c index 87210f98..c499ea28 100644 --- a/src/lib/16_mm.c +++ b/src/lib/16_mm.c @@ -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 diff --git a/src/lib/16_mm.h b/src/lib/16_mm.h index a5c159ee..44ea845d 100644 --- a/src/lib/16_mm.h +++ b/src/lib/16_mm.h @@ -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;