Diff for /np2/i386c/ia32/paging.h between versions 1.22 and 1.24

version 1.22, 2008/03/22 04:03:07 version 1.24, 2011/01/15 18:36:12
Line 1 Line 1
 /*      $Id$    */  
   
 /*  /*
  * Copyright (c) 2003 NONAKA Kimihiro   * Copyright (c) 2003 NONAKA Kimihiro
  * All rights reserved.   * All rights reserved.
Line 223  void MEMCALL tlb_flush_page(UINT32 laddr Line 221  void MEMCALL tlb_flush_page(UINT32 laddr
 TLB_ENTRY_T* MEMCALL tlb_lookup(const UINT32 laddr, const int ucrw);  TLB_ENTRY_T* MEMCALL tlb_lookup(const UINT32 laddr, const int ucrw);
 #else  #else
 #define tlb_init()  #define tlb_init()
 #define tlb_flush(allflush)     (void)(allflush)  #define tlb_flush(allflush)
 #define tlb_flush_page(la)      (void)(la)  #define tlb_flush_page(la)
 #define tlb_lookup(la, ucrw)    NULL  #define tlb_lookup(la, ucrw)    NULL
 #endif  #endif
   

Removed from v.1.22  
changed lines
  Added in v.1.24


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