diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-07-29 16:13:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-29 16:13:35 -0700 |
| commit | 38e0f049c531e83ec2eec80d50b624e6c3b8c486 (patch) | |
| tree | 76fb3cf957c9963a720e1845667666b0937e4619 /lib/std/start.zig | |
| parent | 73a444766e4d1406c194935b54e8167e747b165f (diff) | |
| parent | 13945548fcd4fe3aab0879b670db1fe8131d8b0e (diff) | |
| download | zig-38e0f049c531e83ec2eec80d50b624e6c3b8c486.tar.gz zig-38e0f049c531e83ec2eec80d50b624e6c3b8c486.zip | |
Merge pull request #20389 from alexrp/riscv32
Some `riscv32-linux` porting work
Diffstat (limited to 'lib/std/start.zig')
| -rw-r--r-- | lib/std/start.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/start.zig b/lib/std/start.zig index 45c224d392..2a61be46e4 100644 --- a/lib/std/start.zig +++ b/lib/std/start.zig @@ -272,7 +272,7 @@ fn _start() callconv(.Naked) noreturn { \\ bstrins.d $sp, $zero, 3, 0 \\ b %[posixCallMainAndExit] , - .riscv64 => + .riscv32, .riscv64 => \\ li s0, 0 \\ li ra, 0 \\ mv a0, sp |
