revision 603:11564af1448b
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 603:11564af1448b |
parent | 602:a3aae8cbd1d7 |
child | 604:1024c3a9cb88 |
author | nkeynes |
date | Tue Jan 22 11:29:43 2008 +0000 (15 years ago) |
Fix typo, MMU_VMA_ERROR was supposed to be 8000 0000, not 0800 0000...
![]() | src/sh4/sh4core.h | view | annotate | diff | log |
1.1 --- a/src/sh4/sh4core.h Tue Jan 22 11:28:43 2008 +00001.2 +++ b/src/sh4/sh4core.h Tue Jan 22 11:29:43 2008 +00001.3 @@ -113,7 +113,7 @@1.4 gboolean sh4_has_page( sh4vma_t vma );1.6 /* SH4 Memory */1.7 -#define MMU_VMA_ERROR 0x80000001.8 +#define MMU_VMA_ERROR 0x800000001.9 /**1.10 * Update the sh4_icache structure to contain the specified vma. If the vma1.11 * cannot be resolved, an MMU exception is raised and the function returns
.