mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
std.os.linux: Define syscalls for armeb and thumbeb too.
This commit is contained in:
parent
b3e82b899f
commit
b21de4de5e
@ -103,7 +103,7 @@ pub const SYS = switch (@import("builtin").cpu.arch) {
|
||||
.x86 => syscalls.X86,
|
||||
.x86_64 => syscalls.X64,
|
||||
.aarch64, .aarch64_be => syscalls.Arm64,
|
||||
.arm, .thumb => syscalls.Arm,
|
||||
.arm, .armeb, .thumb, .thumbeb => syscalls.Arm,
|
||||
.riscv64 => syscalls.RiscV64,
|
||||
.sparc64 => syscalls.Sparc64,
|
||||
.mips, .mipsel => syscalls.Mips,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user