From 2de2e402e0ad0d0612ff75c473512b10ccda0c7a Mon Sep 17 00:00:00 2001 From: Jonas Hvid Date: Sun, 28 Feb 2021 13:12:00 +0100 Subject: [PATCH] Fix path issue for 'os/uefi.asm' This fixes #2. Looks like I forgot to update the path for this in the last commit 66af56e (Restructure project directories). --- src/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.asm b/src/main.asm index 73fbc0d..d1d89fb 100644 --- a/src/main.asm +++ b/src/main.asm @@ -14,7 +14,7 @@ ;; ;; os_terminate ;; Shut down the system, returning the error code given in RAX. -include 'os/uefi.asm' +include 'src/uefi.asm' ;; The code in this macro is placed at the end of each Forth word. When we are ;; executing a definition, this code is what causes execution to resume at the -- 2.39.2