diff options
Diffstat (limited to 'src/pkg/runtime/openbsd/amd64/rt0.s')
-rw-r--r-- | src/pkg/runtime/openbsd/amd64/rt0.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pkg/runtime/openbsd/amd64/rt0.s b/src/pkg/runtime/openbsd/amd64/rt0.s new file mode 100644 index 000000000..e7fce5969 --- /dev/null +++ b/src/pkg/runtime/openbsd/amd64/rt0.s @@ -0,0 +1,8 @@ +// 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. + +TEXT _rt0_amd64_openbsd(SB),7,$-8 + MOVQ $_rt0_amd64(SB), DX + MOVQ SP, DI + JMP DX |