| author | |
| committer | |
| log | d9d8c4242649b8e93dca675a0151d6f39c1d4817 |
| tree | afab3b639db5083eb047ce114e3b27a4da34d2d8 |
| parent | 47a0e3ec5ecd58f47d8ef81909ecd61fbe777bfc |
| signature |
works around a bug triggered by previous commit1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/special/compiler_rt/clear_cache.zig+1-1| ... | ... | @@ -158,7 +158,7 @@ pub fn clear_cache(start: usize, end: usize) callconv(.C) void { |
| 158 | 158 | |
| 159 | 159 | const linkage = if (std.builtin.is_test) std.builtin.GlobalLinkage.Internal else std.builtin.GlobalLinkage.Weak; |
| 160 | 160 | |
| 161 | inline fn exportIt() void { | |
| 161 | fn exportIt() void { | |
| 162 | 162 | @export(clear_cache, .{ .name = "__clear_cache", .linkage = linkage }); |
| 163 | 163 | } |
| 164 | 164 |