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

version 1.23, 2011/01/15 17:17:23 version 1.24, 2011/01/15 18:36:12
Line 221  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.23  
changed lines
  Added in v.1.24


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