Search
lxdream.org :: lxdream/src/sh4/xltcache.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/xltcache.h
changeset 422:61a0598e07ff
prev410:5f8413358e7f
next561:533f6b478071
next586:2a3ba82cf243
author nkeynes
date Wed Nov 07 11:46:58 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix typo in MOV.L @(disp, Rm), Rn
file annotate diff log raw
1.1 --- a/src/sh4/xltcache.h Sat Sep 29 11:06:40 2007 +0000
1.2 +++ b/src/sh4/xltcache.h Wed Nov 07 11:46:58 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: xltcache.h,v 1.6 2007-09-29 11:06:40 nkeynes Exp $
1.6 + * $Id: xltcache.h,v 1.7 2007-10-06 09:03:24 nkeynes Exp $
1.7 *
1.8 * Translation cache support (architecture independent)
1.9 *
1.10 @@ -27,6 +27,11 @@
1.11 } *xlat_cache_block_t;
1.12
1.13 /**
1.14 + * Initialize the translation cache
1.15 + */
1.16 +void xlat_cache_init(void);
1.17 +
1.18 +/**
1.19 * Returns the next block in the new cache list that can be written to by the
1.20 * translator.
1.21 */
.