remove unnecessary inline
works around a bug triggered by previous commit
This commit is contained in:
parent
47a0e3ec5e
commit
d9d8c42426
@ -158,7 +158,7 @@ pub fn clear_cache(start: usize, end: usize) callconv(.C) void {
|
|||||||
|
|
||||||
const linkage = if (std.builtin.is_test) std.builtin.GlobalLinkage.Internal else std.builtin.GlobalLinkage.Weak;
|
const linkage = if (std.builtin.is_test) std.builtin.GlobalLinkage.Internal else std.builtin.GlobalLinkage.Weak;
|
||||||
|
|
||||||
inline fn exportIt() void {
|
fn exportIt() void {
|
||||||
@export(clear_cache, .{ .name = "__clear_cache", .linkage = linkage });
|
@export(clear_cache, .{ .name = "__clear_cache", .linkage = linkage });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user