From 6be9892eeb55835e338096e482fd5e5926985413 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 15 May 2025 16:59:05 +0200 Subject: Add the segment on globals.s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Possibly not an issue, but it's better to be safe than sorry. Signed-off-by: Miquel Sabaté Solà --- include/globals.s | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/globals.s b/include/globals.s index 531c812..842de34 100644 --- a/include/globals.s +++ b/include/globals.s @@ -1,3 +1,5 @@ +.segment "CODE" + ;; Global variables used throughout the code base. .scope Globals ;;; -- cgit v1.2.3