github.com/x04/go/src@v0.0.0-20200202162449-3d481ceb3525/runtime/stubs32.go (about) 1 // Copyright 2015 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // +build 386 arm mips mipsle 6 7 package runtime 8 9 import "github.com/x04/go/src/unsafe" 10 11 // Declarations for runtime services implemented in C or assembly that 12 // are only present on 32 bit systems. 13 14 func call16(fn, arg unsafe.Pointer, n, retoffset uint32)