aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread.zig
diff options
context:
space:
mode:
authorkprotty <kbutcher6200@gmail.com>2021-07-03 11:49:07 -0500
committerkprotty <kbutcher6200@gmail.com>2021-07-03 11:49:07 -0500
commitc8f90a7e7e10be62634454bf124bef3c6130a0db (patch)
tree7dfecce2fc89a1292c4c26c1bf4f731f912258af /lib/std/Thread.zig
parent483eb8e05788f2ee258bc1719f210c51a2057dd6 (diff)
downloadzig-c8f90a7e7e10be62634454bf124bef3c6130a0db.tar.gz
zig-c8f90a7e7e10be62634454bf124bef3c6130a0db.zip
zig fmt
Diffstat (limited to 'lib/std/Thread.zig')
-rw-r--r--lib/std/Thread.zig3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/std/Thread.zig b/lib/std/Thread.zig
index 37b0a8751f..91f7ff58c3 100644
--- a/lib/std/Thread.zig
+++ b/lib/std/Thread.zig
@@ -585,8 +585,7 @@ const LinuxThreadImpl = struct {
},
};
- asm volatile (
- unmap_and_exit
+ asm volatile (unmap_and_exit
:
: [ptr] "r" (@ptrToInt(self.mapped.ptr)),
[len] "r" (self.mapped.len)