mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
compiler_rt: enable __clear_cache for stage2
This commit is contained in:
parent
6a3a0fe7ae
commit
8e492f7d47
1 changed files with 1 additions and 3 deletions
|
|
@ -12,9 +12,7 @@ pub const panic = @import("common.zig").panic;
|
||||||
// specified range.
|
// specified range.
|
||||||
|
|
||||||
comptime {
|
comptime {
|
||||||
if (builtin.zig_backend != .stage2_llvm) {
|
_ = clear_cache;
|
||||||
_ = clear_cache;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn clear_cache(start: usize, end: usize) callconv(.C) void {
|
fn clear_cache(start: usize, end: usize) callconv(.C) void {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue