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

version 1.30, 2008/03/22 04:03:07 version 1.32, 2011/01/15 18:36:12
Line 1 Line 1
 /*      $Id$    */  
   
 /*  /*
  * Copyright (c) 2003-2004 NONAKA Kimihiro   * Copyright (c) 2003-2004 NONAKA Kimihiro
  * All rights reserved.   * All rights reserved.
Line 789  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.30  
changed lines
  Added in v.1.32


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