mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
update_cpu_features: fix a fmtId call to be fmtIdPU
This commit is contained in:
parent
7e6cb7c7a5
commit
5739ce786e
@ -1921,7 +1921,7 @@ fn processOneTarget(job: Job) void {
|
|||||||
);
|
);
|
||||||
|
|
||||||
for (all_features.items, 0..) |feature, i| {
|
for (all_features.items, 0..) |feature, i| {
|
||||||
try w.print("\n {f},", .{std.zig.fmtId(feature.zig_name)});
|
try w.print("\n {f},", .{std.zig.fmtIdPU(feature.zig_name)});
|
||||||
|
|
||||||
if (i == all_features.items.len - 1) try w.writeAll("\n");
|
if (i == all_features.items.len - 1) try w.writeAll("\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user