]> 4ch.mooo.com Git - 16.git/commitdiff
openwatcom is quite buggy with this software... ><
authorsparky4 <sparky4@cock.li>
Mon, 20 Jul 2015 16:55:47 +0000 (11:55 -0500)
committersparky4 <sparky4@cock.li>
Mon, 20 Jul 2015 16:55:47 +0000 (11: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 746a106182341536e1edcf59ba206435efa20e21..d7feac32cc234493f47ccb84d067db4521579d8c 100644 (file)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index b554e0ed44d5ed53f28a3d19ccd21809d4eff95a..12add7c05b15f8a912d4c3216a0d7084fe6041fd 100644 (file)
@@ -143,7 +143,7 @@ unsigned MML_SetupEMS(mminfo_t *mm)
        union REGS CPURegs;
 
        unsigned int EMSVer = 0;
-       byte    EMSstatus;
+       //byte  EMSstatus;
        unsigned        totalEMSpages,freeEMSpages,EMSpageframe,EMSpagesmapped,EMShandle;
        totalEMSpages = freeEMSpages = EMSpageframe = EMSpagesmapped = 0;
 
index 794865c35a207f580954f31121b6f0a3486ce7de..f1634d9e2a8d9605708a747c8d46124b3b6b0ea2 100644 (file)
@@ -135,7 +135,7 @@ typedef struct
        boolean         mmstarted, bombonerror, mmerror;
        void huge       *farheap;
        void            *nearheap;
-       byte            EMSstatus;
+       //byte          EMSstatus;
        unsigned        totalEMSpages,freeEMSpages,EMSpageframe,EMSpagesmapped,EMShandle;
        unsigned int EMSVer;
        word numUMBs,UMBbase[MAXUMBS];