diff options
Diffstat (limited to 'src/syscall/asm.s')
-rw-r--r-- | src/syscall/asm.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/syscall/asm.s b/src/syscall/asm.s new file mode 100644 index 000000000..d4ca868f1 --- /dev/null +++ b/src/syscall/asm.s @@ -0,0 +1,8 @@ +// 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 "textflag.h" + +TEXT ·use(SB),NOSPLIT,$0 + RET |