From 0717509b7106700e6c66263b9079ebbc6b1b6550 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 29 Nov 2014 20:55:04 +0000 Subject: [PATCH] dragon: remove bogus comment --- Kernel/platform-dragon/crt0.s | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Kernel/platform-dragon/crt0.s b/Kernel/platform-dragon/crt0.s index dc88794a..5136c3a8 100644 --- a/Kernel/platform-dragon/crt0.s +++ b/Kernel/platform-dragon/crt0.s @@ -1,15 +1,10 @@ - ; Ordering of segments for the linker. - ; WRS: Note we list all our segments here, even though - ; we don't use them all, because their ordering is set - ; when they are first seen. - ; imported symbols .globl _fuzix_main .globl init_early .globl init_hardware .globl kstack_top - ; startup code @0 + ; startup code .area .start start: -- 2.34.1