Skip to content

Commit f7cebf2

Browse files
alexrpandrewrk
authored andcommitted
c: Handle armeb and thumbeb in clone().
1 parent 7342017 commit f7cebf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/c.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ fn clone() callconv(.Naked) void {
289289
\\ svc #0
290290
);
291291
},
292-
.arm, .thumb => {
292+
.arm, .armeb, .thumb, .thumbeb => {
293293
// __clone(func, stack, flags, arg, ptid, tls, ctid)
294294
// r0, r1, r2, r3, +0, +4, +8
295295

0 commit comments

Comments
 (0)