|
|
| 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 |