This commit is contained in:
kprotty 2021-07-03 11:49:07 -05:00
parent 483eb8e057
commit c8f90a7e7e

View File

@ -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)