authorgravatar for kbutcher6200@gmail.comkprotty <kbutcher6200@gmail.com> 2021-07-03 11:49:07-05:00
committergravatar for kbutcher6200@gmail.comkprotty <kbutcher6200@gmail.com> 2021-07-03 11:49:07-05:00
logc8f90a7e7e10be62634454bf124bef3c6130a0db
tree7dfecce2fc89a1292c4c26c1bf4f731f912258af
parent483eb8e05788f2ee258bc1719f210c51a2057dd6

zig fmt


1 files changed, 1 insertions(+), 2 deletions(-)

lib/std/Thread.zig+1-2
...@@ -585,8 +585,7 @@ const LinuxThreadImpl = struct {...@@ -585,8 +585,7 @@ const LinuxThreadImpl = struct {
585 },585 },
586 };586 };
587587
588 asm volatile (588 asm volatile (unmap_and_exit
589 unmap_and_exit
590 :589 :
591 : [ptr] "r" (@ptrToInt(self.mapped.ptr)),590 : [ptr] "r" (@ptrToInt(self.mapped.ptr)),
592 [len] "r" (self.mapped.len)591 [len] "r" (self.mapped.len)