=================================================================== RCS file: /cvs/djgpp/djgpp/src/mwdpmi/prot-31.c,v retrieving revision 1.2 retrieving revision 1.3 diff -p -u -r1.2 -r1.3 --- djgpp/src/mwdpmi/prot-31.c 2001/02/07 10:49:28 1.2 +++ /cvs/djgpp/djgpp/src/mwdpmi/prot-31.c 2001/02/07 11:24:01 1.3 @@ -801,10 +801,9 @@ prot_31 (word32 edi, word32 esi, word32 case DPMI_SET_PAGE_ATTRIBUTES - 0x0500: /* 1.0 */ case DPMI_MAP_DEVICE - 0x0500: /* 1.0 optional */ case DPMI_MAP_1MB - 0x0500: /* 1.0 optional */ - case DPMI_GET_MEMORY_BLOCK_INFO - 0x0500: /* 1.0 */ ERROR (DPMI_ERROR_UNSUPPORTED); - case DPMI_GET_MEMORY_INFO - 0x0500: /* 1.0 */ + case DPMI_GET_MEMORY_BLOCK_INFO - 0x0500: /* 1.0 */ { word32 handle = (SI << 16) | DI; word32 size, linear; @@ -819,6 +818,9 @@ prot_31 (word32 edi, word32 esi, word32 return; } + case DPMI_GET_MEMORY_INFO - 0x0500: /* 1.0 */ + ERROR (DPMI_ERROR_UNSUPPORTED); + default: goto bad_function; } /* -------------------------------------------------------------------- */