aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread.zig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std/Thread.zig')
-rw-r--r--lib/std/Thread.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/Thread.zig b/lib/std/Thread.zig
index 8775b9a52e..e19f473e44 100644
--- a/lib/std/Thread.zig
+++ b/lib/std/Thread.zig
@@ -1117,7 +1117,7 @@ const LinuxThreadImpl = struct {
[len] "r" (self.mapped.len),
: "memory"
),
- .aarch64, .aarch64_be, .aarch64_32 => asm volatile (
+ .aarch64, .aarch64_be => asm volatile (
\\ mov x8, #215
\\ mov x0, %[ptr]
\\ mov x1, %[len]