Diff for /np2/i386c/ia32/paging.c between versions 1.28 and 1.29

version 1.28, 2005/03/12 12:32:54 version 1.29, 2007/02/06 14:20:57
Line 182  static const UINT8 page_access_bit[32] = Line 182  static const UINT8 page_access_bit[32] =
  * +- CR3(物理アドレス)   * +- CR3(物理アドレス)
  */   */
   
 static UINT32 MEMCALL paging(const UINT32 laddr, const int ucrw) GCC_ATTR_REGPARM;  static UINT32 MEMCALL paging(const UINT32 laddr, const int ucrw);
 #if defined(IA32_SUPPORT_TLB)  #if defined(IA32_SUPPORT_TLB)
 static void MEMCALL tlb_update(const UINT32 laddr, const UINT entry, const int ucrw) GCC_ATTR_REGPARM;  static void MEMCALL tlb_update(const UINT32 laddr, const UINT entry, const int ucrw);
 #endif  #endif
   
 UINT8 MEMCALL  UINT8 MEMCALL

Removed from v.1.28  
changed lines
  Added in v.1.29


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