From 418a172b6ad8af8683bcee2f6f5bdab721275cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Wed, 11 Dec 2013 06:17:42 +0000 Subject: [PATCH] fixed comments (Falcon IO area was wrong) --- BaS_gcc/sources/mmu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BaS_gcc/sources/mmu.c b/BaS_gcc/sources/mmu.c index fe9e2a7..046aafc 100644 --- a/BaS_gcc/sources/mmu.c +++ b/BaS_gcc/sources/mmu.c @@ -313,8 +313,8 @@ void mmu_init(void) #if MACHINE_FIREBEE /* - * Map FireBee I/O area (0xfff0'0000 - 0xffff'0000 physical) to the Falcon-compatible I/O - * area (0x00f0'0000 - 0x00ff'0000 virtual) for the FireBee + * Map FireBee I/O area (0xfff0'0000 - 0xffff'ffff physical) to the Falcon-compatible I/O + * area (0x00f0'0000 - 0x00ff'ffff virtual) for the FireBee */ MCF_MMU_MMUTR = 0x00f00000 | /* virtual address */