Diff for /np2/i386c/ia32/ia32.c between versions 1.11 and 1.12

version 1.11, 2004/03/05 14:17:35 version 1.12, 2004/03/09 14:14:05
Line 127  change_pm(BOOL onoff) Line 127  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 139  change_pg(BOOL onoff) Line 141  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.11  
changed lines
  Added in v.1.12


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