From: sparky4 Date: Mon, 20 Jul 2015 16:55:47 +0000 (-0500) Subject: openwatcom is quite buggy with this software... >< X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=313cb920c7f3762c6ec8859ef1dd41575dbb8df1;p=16.git openwatcom is quite buggy with this software... >< modified: exmmtest.exe modified: src/lib/16_mm.c modified: src/lib/16_mm.h --- diff --git a/exmmtest.exe b/exmmtest.exe index 746a1061..d7feac32 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 b554e0ed..12add7c0 100644 --- a/src/lib/16_mm.c +++ b/src/lib/16_mm.c @@ -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; diff --git a/src/lib/16_mm.h b/src/lib/16_mm.h index 794865c3..f1634d9e 100644 --- a/src/lib/16_mm.h +++ b/src/lib/16_mm.h @@ -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];