| author | |
| committer | |
| log | 8f8ca023ea98a1745fc5f75475167806d791a255 |
| tree | bd681e9d3261f74028d5a415dc4a49dd76e09bcf |
| parent | 52d33b6ae41e86e81423d0dcb3e072de7be53789 |
| signature |
1 files changed, 2 insertions(+), 1 deletions(-)
lib/std/os/linux/sparc64.zig+2-1| ... | ... | @@ -212,7 +212,8 @@ pub fn clone() callconv(.naked) u64 { |
| 212 | 212 | \\ mov 217, %%g1 // SYS_clone |
| 213 | 213 | \\ mov %%i2, %%o0 |
| 214 | 214 | \\ |
| 215 | \\ # Add some extra space for the initial frame | |
| 215 | \\ # Align, and add some extra space for the initial frame | |
| 216 | \\ and %%i1, -16, %%i1 | |
| 216 | 217 | \\ sub %%i1, 192 + 2047, %%o1 |
| 217 | 218 | \\ |
| 218 | 219 | \\ mov %%i4, %%o2 |