whoops add asm.s for go < 1.6 - twitch-go - twitch.tv web application in Go
HTML git clone git://git.codemadness.org/twitch-go
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b8eced82c67e9d0e5353b5f5f0b833cdccc61d07
DIR parent 1354f3698fd216a3448f9b11f7c9c41fda97a522
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 12 Jun 2016 19:41:50 +0200
whoops add asm.s for go < 1.6
Diffstat:
A asm.s | 8 ++++++++
1 file changed, 8 insertions(+), 0 deletions(-)
---
DIR diff --git a/asm.s b/asm.s
@@ -0,0 +1,8 @@
+// +build openbsd
+// +build 386 amd64 arm
+// Everything below this line is ripped from the standard library source
+
+#include "textflag.h"
+
+TEXT ·use(SB),NOSPLIT,$0
+ RET