mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
update usages of @call
This commit is contained in:
@@ -25,7 +25,7 @@ fn benchmarkCodepointCount(buf: []const u8) !ResultCount {
|
||||
var r: usize = undefined;
|
||||
while (i < N) : (i += 1) {
|
||||
r = try @call(
|
||||
.{ .modifier = .never_inline },
|
||||
.never_inline,
|
||||
std.unicode.utf8CountCodepoints,
|
||||
.{buf},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user