mirror of
https://github.com/golang/go
synced 2024-11-19 14:34:42 -07:00
8e82a673db
Share common assembler for amd64 runtime SVN=125317
10 lines
277 B
ArmAsm
10 lines
277 B
ArmAsm
// Copyright 2009 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Darwin and Linux use the same linkage to main
|
|
|
|
TEXT _rt0_amd64_darwin(SB),7,$-8
|
|
MOVQ $_rt0_amd64(SB), AX
|
|
JMP AX
|