From fe7a8fd3a3c5f8791e649f8aa81ec138fa06b775 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Sun, 6 Mar 2016 10:21:00 -0500 Subject: [PATCH] coco3: move basic system initialization to .discard section --- Kernel/platform-coco3/coco3.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel/platform-coco3/coco3.s b/Kernel/platform-coco3/coco3.s index bf3d4a64..a44e45d1 100644 --- a/Kernel/platform-coco3/coco3.s +++ b/Kernel/platform-coco3/coco3.s @@ -122,8 +122,8 @@ _irqrestore: ; B holds the data .area .data _hz: .db 0 ; Is machine in 50hz? - - .area .text + + .area .discard ;;; Stuff to initialize *before* hardware ;;; takes: nothing -- 2.34.1