| author | |
| committer | |
| log | c8f90a7e7e10be62634454bf124bef3c6130a0db |
| tree | 7dfecce2fc89a1292c4c26c1bf4f731f912258af |
| parent | 483eb8e05788f2ee258bc1719f210c51a2057dd6 |
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 | }; |
| 587 | 587 | ||
| 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) |