aboutsummaryrefslogtreecommitdiff
path: root/lib/std/start.zig
diff options
context:
space:
mode:
authorTimon Kruiper <timonkruiper@gmail.com>2020-04-21 18:42:21 +0200
committerAndrew Kelley <andrew@ziglang.org>2020-04-24 15:28:55 -0400
commitc829f2f7b7c5bdd13d3c39ae2960ed108393a210 (patch)
treef93b1df14908722f4e587f438102813067e3a4c6 /lib/std/start.zig
parenta9eb4a6740e0bb00e1984de3768a7de6001c25dd (diff)
downloadzig-c829f2f7b7c5bdd13d3c39ae2960ed108393a210.tar.gz
zig-c829f2f7b7c5bdd13d3c39ae2960ed108393a210.zip
Add mips support to standard library
Diffstat (limited to 'lib/std/start.zig')
-rw-r--r--lib/std/start.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/start.zig b/lib/std/start.zig
index fbb8140666..631bb2e9f8 100644
--- a/lib/std/start.zig
+++ b/lib/std/start.zig
@@ -108,7 +108,7 @@ fn _start() callconv(.Naked) noreturn {
: [argc] "=r" (-> [*]usize)
);
},
- .mipsel => {
+ .mips, .mipsel => {
// Need noat here because LLVM is free to pick any register
starting_stack_ptr = asm (
\\ .set noat