From f53d4b4a67a158ef9cb100c05a66d01d933d3264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Tue, 14 Jan 2014 21:15:56 +0000 Subject: [PATCH] modified comments --- BaS_gcc/sys/startcf.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BaS_gcc/sys/startcf.S b/BaS_gcc/sys/startcf.S index afd9a16..47d448e 100644 --- a/BaS_gcc/sys/startcf.S +++ b/BaS_gcc/sys/startcf.S @@ -49,7 +49,8 @@ _rom_entry: lea __SUP_SP,a7 move.l #0,(sp) - /* Initialize the processor caches. + /* + * Initialize the processor caches. * The instruction cache is fully enabled. * The data cache is enabled, but cache-inhibited by default. * Later, the MMU will fully activate the data cache for specific areas.