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

version 1.24, 2011/01/15 18:36:12 version 1.25, 2011/12/16 09:05:42
Line 213  typedef struct { Line 213  typedef struct {
         UINT8   *memp;  /* shortcut for pre-fetch queue */          UINT8   *memp;  /* shortcut for pre-fetch queue */
 } TLB_ENTRY_T;  } TLB_ENTRY_T;
   
   
 #if defined(IA32_SUPPORT_TLB)  
 void tlb_init(void);  void tlb_init(void);
 void MEMCALL tlb_flush(BOOL allflush);  void MEMCALL tlb_flush(BOOL allflush);
 void MEMCALL tlb_flush_page(UINT32 laddr);  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  
 #define tlb_init()  
 #define tlb_flush(allflush)  
 #define tlb_flush_page(la)  
 #define tlb_lookup(la, ucrw)    NULL  
 #endif  
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

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


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