Search
lxdream.org :: lxdream/src/sh4/mmu.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/mmu.h
changeset 963:1c3a0f67c603
prev953:f4a156508ad1
next1067:d3c00ffccfcd
author nkeynes
date Thu Jan 15 04:15:11 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Add support for the Intel ICC compiler (C only, icc doesn't support Obj-C)
- Rename Obj-C source to .m
- Separate paths.c into paths_unix.c and paths_osx.m
- Add configuration detection of ICC, along with specific opt flags
file annotate diff log raw
1.1 --- a/src/sh4/mmu.h Tue Jan 13 11:56:28 2009 +0000
1.2 +++ b/src/sh4/mmu.h Thu Jan 15 04:15:11 2009 +0000
1.3 @@ -106,6 +106,7 @@
1.4 mem_region_fn_t tlb_multihit;
1.5 };
1.6
1.7 +sh4addr_t FASTCALL mmu_vma_to_phys_disasm( sh4vma_t vma );
1.8
1.9 void mmu_utlb_init_vtable( struct utlb_entry *ent, struct utlb_page_entry *page, gboolean writable );
1.10 void mmu_utlb_1k_init_vtable( struct utlb_1k_entry *ent );
.