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

version 1.19, 2008/03/22 04:03:08 version 1.21, 2011/12/23 04:17:47
Line 1 Line 1
 /*      $Id$    */  
   
 /*  /*
  * Copyright (c) 2003 NONAKA Kimihiro   * Copyright (c) 2003 NONAKA Kimihiro
  * All rights reserved.   * All rights reserved.
Line 339  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.19  
changed lines
  Added in v.1.21


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