Search
lxdream.org :: lxdream :: r603:11564af1448b
lxdream 0.9.1
released Jun 29
Download Now
changeset603:11564af1448b
parent602:a3aae8cbd1d7
child604:1024c3a9cb88
authornkeynes
dateTue 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
1.1 --- a/src/sh4/sh4core.h Tue Jan 22 11:28:43 2008 +0000
1.2 +++ b/src/sh4/sh4core.h Tue Jan 22 11:29:43 2008 +0000
1.3 @@ -113,7 +113,7 @@
1.4 gboolean sh4_has_page( sh4vma_t vma );
1.5
1.6 /* SH4 Memory */
1.7 -#define MMU_VMA_ERROR 0x8000000
1.8 +#define MMU_VMA_ERROR 0x80000000
1.9 /**
1.10 * Update the sh4_icache structure to contain the specified vma. If the vma
1.11 * cannot be resolved, an MMU exception is raised and the function returns
.