diff options
| author | Marin Ivanov <[email protected]> | 2024-05-02 19:02:42 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2024-05-02 19:02:42 +0300 |
| commit | a98393d68bb76c21015d2d41d4092f9552016bad (patch) | |
| tree | 2ab78c97142ca18ec360fe3d7938a1647746353c /src/main.zig | |
| parent | 73aa1c6db67924c073d05cd167d4c70f4b7ae09f (diff) | |
cleanup: prefix boot labels
Diffstat (limited to 'src/main.zig')
| -rw-r--r-- | src/main.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig index 36dcd5e..e647a81 100644 --- a/src/main.zig +++ b/src/main.zig @@ -1,5 +1,5 @@ comptime { - _ = @import("bootstrap/boot.zig"); + _ = @import("boot/boot.zig"); } const debug = @import("debugcon.zig"); |
