mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
c: Handle armeb and thumbeb in clone().
This commit is contained in:
parent
7342017404
commit
f7cebf21c9
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ fn clone() callconv(.Naked) void {
|
|||
\\ svc #0
|
||||
);
|
||||
},
|
||||
.arm, .thumb => {
|
||||
.arm, .armeb, .thumb, .thumbeb => {
|
||||
// __clone(func, stack, flags, arg, ptid, tls, ctid)
|
||||
// r0, r1, r2, r3, +0, +4, +8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue