diff options
| author | Russ Cox <rsc@golang.org> | 2008-08-05 14:21:42 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2008-08-05 14:21:42 -0700 |
| commit | f7f6329e26f9c587fb00606205a3cd2c04c45c31 (patch) | |
| tree | 058596ff826cc8751e6c0356a6ec7bbebd08d7a8 /src/runtime/sys_amd64_linux.s | |
| parent | 96824000ed89d13665f6f24ddc10b3bf812e7f47 (diff) | |
| download | go-f7f6329e26f9c587fb00606205a3cd2c04c45c31.tar.xz | |
kill trailing white space.
(apparently my first attempt didn't work.)
R=r
OCL=13888
CL=13888
Diffstat (limited to 'src/runtime/sys_amd64_linux.s')
| -rw-r--r-- | src/runtime/sys_amd64_linux.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/runtime/sys_amd64_linux.s b/src/runtime/sys_amd64_linux.s index a5744712b9..178971b718 100644 --- a/src/runtime/sys_amd64_linux.s +++ b/src/runtime/sys_amd64_linux.s @@ -146,7 +146,7 @@ TEXT futex(SB),7,$0 TEXT clone(SB),7,$0 MOVL flags+8(SP), DI MOVQ stack+16(SP), SI - + // Copy m, g, fn off parent stack for use by child. // Careful: Linux system call clobbers CX and R11. MOVQ m+24(SP), R8 @@ -160,13 +160,13 @@ TEXT clone(SB),7,$0 CMPQ AX, $0 JEQ 2(PC) RET - + // In child, call fn on new stack MOVQ SI, SP MOVQ R8, R14 // m MOVQ R9, R15 // g CALL R12 - + // It shouldn't return. If it does, exi MOVL $111, DI MOVL $60, AX |
