Diff for /np2/i386c/ia32/segments.c between versions 1.20 and 1.21

version 1.20, 2011/01/15 17:17:23 version 1.21, 2011/12/23 04:17:47
Line 337  parse_selector(selector_t *ssp, UINT16 s Line 337  parse_selector(selector_t *ssp, UINT16 s
                 limit = CPU_GDTR_LIMIT;                  limit = CPU_GDTR_LIMIT;
         }          }
         if (idx + 7 > limit) {          if (idx + 7 > limit) {
                 VERBOSE(("parse_selector: segment limit check failed"));                  VERBOSE(("parse_selector: segment limit check failed: 0x%08x > 0x%08x", idx + 7, limit));
                 return -3;                  return -3;
         }          }
   

Removed from v.1.20  
changed lines
  Added in v.1.21


RetroPC.NET-CVS <cvs@retropc.net>