Fix path issue for 'os/uefi.asm'
[rrq/jonasforth.git] / src / main.asm
index 73fbc0da59dfce86ab222b4a3efa27974d089631..d1d89fb159a71c3a928867094aa499ee9213c4dc 100644 (file)
@@ -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