Diff for /np2/i386c/ia32/segments.c between versions 1.25 and 1.26

version 1.25, 2012/02/05 02:22:49 version 1.26, 2012/02/05 06:16:08
Line 27 Line 27
 #include "cpu.h"  #include "cpu.h"
 #include "ia32.mcr"  #include "ia32.mcr"
   
   static void CPUCALL segdesc_set_default(int, UINT16, descriptor_t *);
   
 void CPUCALL  void CPUCALL
 load_segreg(int idx, UINT16 selector, UINT16 *sregp, descriptor_t *sdp, int exc)  load_segreg(int idx, UINT16 selector, UINT16 *sregp, descriptor_t *sdp, int exc)
Line 387  segdesc_init(int idx, UINT16 sreg, descr Line 388  segdesc_init(int idx, UINT16 sreg, descr
         segdesc_set_default(idx, sreg, sdp);          segdesc_set_default(idx, sreg, sdp);
 }  }
   
 void CPUCALL  static void CPUCALL
 segdesc_set_default(int idx, UINT16 selector, descriptor_t *sdp)  segdesc_set_default(int idx, UINT16 selector, descriptor_t *sdp)
 {  {
   

Removed from v.1.25  
changed lines
  Added in v.1.26


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