From ed9118b34620f1ecd5f28506328d4ffe1b04793d Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 3 Dec 2017 01:24:05 +0100 Subject: Add sshchat dependencies in vendor --- vendor/golang.org/x/sys/windows/asm_windows_amd64.s | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vendor/golang.org/x/sys/windows/asm_windows_amd64.s (limited to 'vendor/golang.org/x/sys/windows/asm_windows_amd64.s') diff --git a/vendor/golang.org/x/sys/windows/asm_windows_amd64.s b/vendor/golang.org/x/sys/windows/asm_windows_amd64.s new file mode 100644 index 00000000..4d025ab5 --- /dev/null +++ b/vendor/golang.org/x/sys/windows/asm_windows_amd64.s @@ -0,0 +1,13 @@ +// 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. + +// +// System calls for amd64, Windows are implemented in runtime/syscall_windows.goc +// + +TEXT ·getprocaddress(SB), 7, $0-32 + JMP syscall·getprocaddress(SB) + +TEXT ·loadlibrary(SB), 7, $0-8 + JMP syscall·loadlibrary(SB) -- cgit v1.2.3