From c81d248ecaef272aae56adabf84588c254b8ec39 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 11 Nov 2014 22:30:02 -0500 Subject: [dev.cc] runtime: convert softfloat_arm.c to Go + build fixes Also include onM_signalok fix from issue 8995. Fixes linux/arm build. Fixes #8995. LGTM=r R=r, dave CC=golang-codereviews https://golang.org/cl/168580043 --- src/runtime/softfloat64.go | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/runtime/softfloat64.go') diff --git a/src/runtime/softfloat64.go b/src/runtime/softfloat64.go index 4fcf8f2690..c157a14e26 100644 --- a/src/runtime/softfloat64.go +++ b/src/runtime/softfloat64.go @@ -340,7 +340,7 @@ func f32to64(f uint32) uint64 { return fpack64(fs64, uint64(fm)<