| author | |
| committer | |
| log | cefd23c9bc433a95ba2f8e9466e315c7aa86af75 |
| tree | 0b2618158846622c841e94cd91f5f07c2494a404 |
| parent | e8b480cd21f987a106782045be5858d2cfb8f446 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Thread.zig+1-1| ... | ... | @@ -1376,7 +1376,7 @@ const LinuxThreadImpl = struct { |
| 1376 | 1376 | \\ mov %%g1, %%o0 // ptr |
| 1377 | 1377 | \\ mov %%g2, %%o1 // len |
| 1378 | 1378 | \\ mov 73, %%g1 // SYS_munmap |
| 1379 | \\ t 0x3 # ST_FLUSH_WINDOWS | |
| 1379 | \\ t 0x3 // ST_FLUSH_WINDOWS | |
| 1380 | 1380 | \\ t 0x10 |
| 1381 | 1381 | \\ mov 1, %%g1 // SYS_exit |
| 1382 | 1382 | \\ mov 0, %%o0 |