aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Möhrmann <moehrmann@google.com>2018-07-28 16:46:22 +0200
committerMartin Möhrmann <moehrmann@google.com>2018-08-14 16:32:55 +0000
commit469ada6ed9cbf921a268f867d3fde0f311532ff5 (patch)
tree7f366d0c411c0df742427dbe6f211d8a98006811
parentdaeb0b4f538872a37787626816c47afcf71bfd2c (diff)
downloadgo-469ada6ed9cbf921a268f867d3fde0f311532ff5.tar.gz
go-469ada6ed9cbf921a268f867d3fde0f311532ff5.zip
runtime: go fmt runtime2.go
Change-Id: I29a6125c9ef285fc365c4e11ab158b79224ae333 Reviewed-on: https://go-review.googlesource.com/126602 Run-TryBot: Martin Möhrmann <moehrmann@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--src/runtime/runtime2.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go
index a3193b63c5..ad47d1275e 100644
--- a/src/runtime/runtime2.go
+++ b/src/runtime/runtime2.go
@@ -842,11 +842,11 @@ var (
lfenceBeforeRdtsc bool
// Set in runtime.cpuinit.
- support_erms bool
- support_popcnt bool
- support_sse2 bool
- support_sse41 bool
- arm64_support_atomics bool
+ support_erms bool
+ support_popcnt bool
+ support_sse2 bool
+ support_sse41 bool
+ arm64_support_atomics bool
goarm uint8 // set by cmd/link on arm systems
framepointer_enabled bool // set by cmd/link