2011-12-12 16:10:11 -07:00
|
|
|
// 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.
|
|
|
|
|
2014-09-04 21:05:18 -06:00
|
|
|
#include "textflag.h"
|
2013-08-07 13:20:05 -06:00
|
|
|
|
|
|
|
TEXT _rt0_amd64_netbsd(SB),NOSPLIT,$-8
|
2013-03-06 13:03:04 -07:00
|
|
|
LEAQ 8(SP), SI // argv
|
|
|
|
MOVQ 0(SP), DI // argc
|
|
|
|
MOVQ $main(SB), AX
|
|
|
|
JMP AX
|
|
|
|
|
2013-08-07 13:20:05 -06:00
|
|
|
TEXT main(SB),NOSPLIT,$-8
|
2014-09-03 09:11:16 -06:00
|
|
|
MOVQ $runtime·rt0_go(SB), AX
|
2013-03-06 13:03:04 -07:00
|
|
|
JMP AX
|