mirror of
https://github.com/rwinkhart/sys.git
synced 2026-08-30 22:06:37 -04:00
Semi-automatic migration from package syscall to package {plan9,windows,unix}.
No builds attempted yet, but this gets a lot of noise behind us so subsequent
CLs will be more concise and easier to follow.
Subsequent CLs will have semantic content.
LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews
https://golang.org/cl/121520043
12 lines
341 B
ArmAsm
12 lines
341 B
ArmAsm
// 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.
|
|
|
|
#include "../../cmd/ld/textflag.h" // TODO: how to refer to this?
|
|
|
|
TEXT ·startTimer(SB),NOSPLIT,$0
|
|
B time·startTimer(SB)
|
|
|
|
TEXT ·stopTimer(SB),NOSPLIT,$0
|
|
B time·stopTimer(SB)
|