From f6d9c2c90ea311160e19134f5bd15c235e26ea9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Tue, 6 Aug 2013 15:06:08 +0000 Subject: [PATCH] --- BaS_gcc/sources/mmu.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_gcc/sources/mmu.S b/BaS_gcc/sources/mmu.S index 641012d..8f26628 100644 --- a/BaS_gcc/sources/mmu.S +++ b/BaS_gcc/sources/mmu.S @@ -164,7 +164,7 @@ _mmu_init: // 1fe0'0000 locked move.l #0x1FE00000|std_mmutr,d0 // last megabyte of RAM. Reserved for BaS in RAM and BaS in ROM/data+bss - move.l #0x1E000000|copyback_mmudr|MCF_MMU_MMUDR_LK,d1 + move.l #0x1FE00000|copyback_mmudr|MCF_MMU_MMUDR_LK,d1 move.l d0,MCF_MMU_MMUTR move.l d1,MCF_MMU_MMUDR move.l d2,MCF_MMU_MMUOR // setzen data