mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
use correcct symbol for the end of pcguard section
This commit is contained in:
parent
399da543e5
commit
535a0c4270
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ export fn fuzzer_init(cache_dir_struct: Fuzzer.Slice) void {
|
||||||
const end_symbol_prefix: []const u8 = if (ofmt == .macho)
|
const end_symbol_prefix: []const u8 = if (ofmt == .macho)
|
||||||
"\x01section$end$__DATA$__"
|
"\x01section$end$__DATA$__"
|
||||||
else
|
else
|
||||||
"__end___";
|
"__stop___";
|
||||||
|
|
||||||
const pc_counters_start_name = start_symbol_prefix ++ "sancov_cntrs";
|
const pc_counters_start_name = start_symbol_prefix ++ "sancov_cntrs";
|
||||||
const pc_counters_start = @extern([*]u8, .{
|
const pc_counters_start = @extern([*]u8, .{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue