| author | |
| committer | |
| log | 3f2d1b17fc304c8a71e6fcce4a17500b19c3fbac |
| tree | 7e344eb0910570eed317a53c6bae280e42b02536 |
| parent | 728024f9f3fc4f454c91cf29c169acb660a13c21 |
1 files changed, 2 insertions(+), 1 deletions(-)
lib/std/start.zig+2-1| ... | ... | @@ -436,7 +436,8 @@ fn posixCallMainAndExit(argc_argv_ptr: [*]usize) callconv(.C) noreturn { |
| 436 | 436 | // to ask for more stack space. |
| 437 | 437 | expandStackSize(phdrs); |
| 438 | 438 | |
| 439 | { | |
| 439 | // Disabled with the riscv backend because it cannot handle this code yet. | |
| 440 | if (builtin.zig_backend != .stage2_riscv64) { | |
| 440 | 441 | const opt_init_array_start = @extern([*]*const fn () callconv(.C) void, .{ |
| 441 | 442 | .name = "__init_array_start", |
| 442 | 443 | .linkage = .weak, |