zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit c8f90a7e7e10be62634454bf124bef3c6130a0db (tree)
parent 483eb8e05788f2ee258bc1719f210c51a2057dd6
Author: kprotty <kbutcher6200@gmail.com>
Date:   Sat,  3 Jul 2021 11:49:07 -0500

zig fmt

Diffstat:
Mlib/std/Thread.zig | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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)