diff options
author | Christian Cunningham <cc@localhost> | 2022-02-19 13:17:57 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-02-19 13:17:57 -0700 |
commit | fc8b9b0b932a09d7484c1cd7173236f79de14ee1 (patch) | |
tree | 755d2d630a2963c292cf0c2d35e2e8cdbdfe3755 | |
parent | 3003baf1d0e3432818e810cf0bec51da9b23458a (diff) |
Macro file in include path
-rw-r--r-- | src/boot.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ // Make _start global. .globl _start -.include "../include/macros.inc" +.include "macros.inc" _start: reset: |