Diff for /np2/i386c/ia32/ia32.c between versions 1.15 and 1.16

version 1.15, 2004/03/29 05:50:29 version 1.16, 2004/06/15 13:50:13
Line 150  change_pm(BOOL onoff) Line 150  change_pm(BOOL onoff)
         CPU_STAT_SS32 = 0;          CPU_STAT_SS32 = 0;
         CPU_SET_CPL(0);          CPU_SET_CPL(0);
         CPU_STAT_PM = onoff;          CPU_STAT_PM = onoff;
   
         tlb_flush(TRUE);  
 }  }
   
 void FASTCALL  void FASTCALL
Line 164  change_pg(BOOL onoff) Line 162  change_pg(BOOL onoff)
                 VERBOSE(("Leaveing from Paging-Mode..."));                  VERBOSE(("Leaveing from Paging-Mode..."));
         }          }
         CPU_STAT_PAGING = onoff;          CPU_STAT_PAGING = onoff;
   
         tlb_flush(TRUE);  
 }  }
   
 void FASTCALL  void FASTCALL

Removed from v.1.15  
changed lines
  Added in v.1.16


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