blob: 149560fd931945203fb18219ffd98bd22674c6e1 [file] [log] [blame]
Dan Willemsen09eb3b12015-09-16 14:34:17 -07001// 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
Dan Willemsenebae3022017-01-13 23:01:08 -08005// +build 386 arm amd64p32 mips mipsle
Dan Willemsen09eb3b12015-09-16 14:34:17 -07006
7package runtime
8
9import "unsafe"
10
11// Declarations for runtime services implemented in C or assembly that
12// are only present on 32 bit systems.
13
14func call16(fn, arg unsafe.Pointer, n, retoffset uint32)