From f18636fa58905ec85d246cb14c18418f2ce74317 Mon Sep 17 00:00:00 2001 From: Noam Preil Date: Wed, 19 Aug 2020 12:48:10 -0400 Subject: SPU-II: Add common definitions --- lib/std/std.zig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/std/std.zig') diff --git a/lib/std/std.zig b/lib/std/std.zig index 2ff44f5e41..e6287ac5b7 100644 --- a/lib/std/std.zig +++ b/lib/std/std.zig @@ -80,6 +80,9 @@ pub const valgrind = @import("valgrind.zig"); pub const zig = @import("zig.zig"); pub const start = @import("start.zig"); +// TODO move this +pub const spu = @import("spu.zig"); + // This forces the start.zig file to be imported, and the comptime logic inside that // file decides whether to export any appropriate start symbols. comptime { -- cgit v1.2.3