filename | src/sh4/sh4core.h |
changeset | 930:07e5b11419db |
prev | 929:fd8cb0c82f5f |
next | 931:430048ea8b71 |
author | nkeynes |
date | Mon Dec 22 09:51:11 2008 +0000 (13 years ago) |
branch | lxdream-mem |
permissions | -rw-r--r-- |
last change | Remove pointer cache and add full address-space map. Much better |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4core.h Sat Dec 20 03:01:40 2008 +00001.2 +++ b/src/sh4/sh4core.h Mon Dec 22 09:51:11 2008 +00001.3 @@ -51,6 +51,8 @@1.4 };1.5 extern struct sh4_icache_struct sh4_icache;1.7 +extern struct mem_region_fn **sh4_address_space;1.8 +1.9 /**1.10 * Test if a given address is contained in the current icache entry1.11 */
.