blob: 0a0011781dbb18792c03ef68073a993eb288bea0 [file] [log] [blame]
Ken Thompson28429aa2008-06-05 16:55:06 -07001// Copyright 2009 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Rob Pike8e82a672008-06-30 11:50:36 -07005// Darwin and Linux use the same linkage to main
Ken Thompson28429aa2008-06-05 16:55:06 -07006
Rob Pike3719aa42008-06-27 13:10:56 -07007TEXT _rt0_amd64_darwin(SB),7,$-8
Rob Pike8e82a672008-06-30 11:50:36 -07008 MOVQ $_rt0_amd64(SB), AX
9 JMP AX