]> 4ch.mooo.com Git - 16.git/commitdiff
wwww
authorsparky4 <sparky4@cock.li>
Thu, 2 Jul 2015 01:36:29 +0000 (20:36 -0500)
committersparky4 <sparky4@cock.li>
Thu, 2 Jul 2015 01:36:29 +0000 (20:36 -0500)
modified:   exmmtest.exe
modified:   src/lib/16_mm.c

exmmtest.exe
src/lib/16_mm.c

index cdfd0d19b164c98070cc582521f0d554acf1af70..925ed18a0a3fbd8c5e5361d85698b97e08493b57 100644 (file)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 6cc35149706caff9a89ab4343841abbc449f9dff..5ef27f8db2aa062df9091af143762afab74a3d4c 100644 (file)
@@ -628,8 +628,8 @@ emsskip:
 \r
        if(MML_CheckForXMS(mm))\r
        {\r
-//             printf("XMS!\n");\r
-//++++         MML_SetupXMS(mm, mmi);                                  // allocate as many UMBs as possible\r
+               printf("XMS!\n");\r
+               MML_SetupXMS(mm, mmi);                                  // allocate as many UMBs as possible\r
        }\r
 \r
 //\r
@@ -666,8 +666,8 @@ void MM_Shutdown(mminfo_t *mm)
        //printf("huge freed\n");\r
        MML_ShutdownEMS(mm);
        printf("EMS freed\n");\r
-//++++         MML_ShutdownXMS(mm);
-//     printf("XMS freed\n");\r
+       MML_ShutdownXMS(mm);
+       printf("XMS freed\n");\r
 }\r
 \r
 //==========================================================================\r