Add support for mips64/mips64el

This commit is contained in:
Suirad
2023-02-04 00:42:43 -06:00
committed by Andrew Kelley
parent c1f71963a9
commit 7f24993772
6 changed files with 777 additions and 7 deletions

View File

@@ -354,7 +354,7 @@ fn clone() callconv(.Naked) void {
\\ ecall
);
},
.mips, .mipsel => {
.mips, .mipsel, .mips64, .mips64el => {
// __clone(func, stack, flags, arg, ptid, tls, ctid)
// 3, 4, 5, 6, 7, 8, 9