OLD | NEW |
1 // Copyright 2009 The Go Authors. All rights reserved. | 1 // Copyright 2009 The Go Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style | 2 // Use of this source code is governed by a BSD-style |
3 // license that can be found in the LICENSE file. | 3 // license that can be found in the LICENSE file. |
4 | 4 |
5 // Darwin and Linux use the same linkage to main | 5 // Darwin and Linux use the same linkage to main |
6 | 6 |
7 TEXT _rt0_amd64_darwin(SB),7,$-8 | 7 TEXT _rt0_amd64_darwin(SB),7,$-8 |
8 MOVQ $_rt0_amd64(SB), AX | 8 MOVQ $_rt0_amd64(SB), AX |
9 MOVQ SP, DI | 9 MOVQ SP, DI |
10 JMP AX | 10 JMP AX |
OLD | NEW |