From: Jonas Hvid Date: Sun, 28 Feb 2021 12:12:00 +0000 (+0100) Subject: Fix path issue for 'os/uefi.asm' X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;ds=sidebyside;h=2de2e402e0ad0d0612ff75c473512b10ccda0c7a;p=rrq%2Fjonasforth.git 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). --- 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