From: sparky4 Date: Thu, 2 Jul 2015 01:36:29 +0000 (-0500) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=6da7d6d57c1201e920940e692b8c5b491ebdceb4;p=16.git wwww modified: exmmtest.exe modified: src/lib/16_mm.c --- diff --git a/exmmtest.exe b/exmmtest.exe index cdfd0d19..925ed18a 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 6cc35149..5ef27f8d 100644 --- a/src/lib/16_mm.c +++ b/src/lib/16_mm.c @@ -628,8 +628,8 @@ emsskip: if(MML_CheckForXMS(mm)) { -// printf("XMS!\n"); -//++++ MML_SetupXMS(mm, mmi); // allocate as many UMBs as possible + printf("XMS!\n"); + MML_SetupXMS(mm, mmi); // allocate as many UMBs as possible } // @@ -666,8 +666,8 @@ void MM_Shutdown(mminfo_t *mm) //printf("huge freed\n"); MML_ShutdownEMS(mm); printf("EMS freed\n"); -//++++ MML_ShutdownXMS(mm); -// printf("XMS freed\n"); + MML_ShutdownXMS(mm); + printf("XMS freed\n"); } //==========================================================================