aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/asm_windows.s
blob: e96591433048ed090b9a75d538db7b77aa890464 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2018 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.

#include "textflag.h"

// abi0Syms is a dummy symbol that creates ABI0 wrappers for Go
// functions called from assembly in other packages.
TEXT abi0Syms<>(SB),NOSPLIT,$0-0
	CALL ·getprocaddress(SB)
	CALL ·loadlibrary(SB)