mirror of
https://github.com/golang/go
synced 2024-11-19 21:54:40 -07:00
2e32efc44a
Fixes #15148. Change-Id: If3b628f30521adeec1625689dbc98aaf4a9ec858 Reviewed-on: https://go-review.googlesource.com/22811 Reviewed-by: Keith Randall <khr@golang.org> Run-TryBot: Minux Ma <minux@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
11 lines
261 B
Go
11 lines
261 B
Go
// Copyright 2014 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.
|
|
|
|
// +build !amd64,!arm,!arm64,!mips64,!mips64le
|
|
|
|
package runtime
|
|
|
|
func archauxv(tag, val uintptr) {
|
|
}
|