blob: ce2dd9c4393509496e0e43abe2d2135f80fa1a4d [file] [log] [blame]
// Copyright 2022 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.
package runtime
//go:nosplit
func (th *vdsoTimehands) getTimecounter() (uint32, bool) {
return 0, false
}