Diff for /np2/i386c/ia32/paging.c between versions 1.31 and 1.32

version 1.31, 2011/01/15 17:17:23 version 1.32, 2011/01/15 18:36:12
Line 787  tlb_init(void) Line 787  tlb_init(void)
   
         memset(tlb, 0, sizeof(tlb));          memset(tlb, 0, sizeof(tlb));
 #if defined(IA32_PROFILE_TLB)  #if defined(IA32_PROFILE_TLB)
         memset(tlb_profile, 0, sizeof(tlb_profile));          memset(&tlb_profile, 0, sizeof(tlb_profile));
 #endif  /* IA32_PROFILE_TLB */  #endif  /* IA32_PROFILE_TLB */
 }  }
   

Removed from v.1.31  
changed lines
  Added in v.1.32


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