Commit efd3d1ff authored by Russ Cox's avatar Russ Cox

runtime: fix netbsd, windows build

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/7539043
parent 48c1db40
......@@ -2,7 +2,7 @@
// 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
TEXT _rt0_amd64_netbsd(SB),7,$-8
LEAQ 8(SP), SI // argv
MOVQ 0(SP), DI // argc
MOVQ $main(SB), AX
......
......@@ -4,7 +4,7 @@
#include "zasm_GOOS_GOARCH.h"
TEXT _rt0_amd64_darwin(SB),7,$-8
TEXT _rt0_amd64_windows(SB),7,$-8
LEAQ 8(SP), SI // argv
MOVQ 0(SP), DI // argc
MOVQ $main(SB), AX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment