]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: go fmt runtime2.go
authorMartin Möhrmann <moehrmann@google.com>
Sat, 28 Jul 2018 14:46:22 +0000 (16:46 +0200)
committerMartin Möhrmann <moehrmann@google.com>
Tue, 14 Aug 2018 16:32:55 +0000 (16:32 +0000)
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>
src/runtime/runtime2.go

index a3193b63c5fc3edd3b9af4b00feef2b426aebcb6..ad47d1275ebc4fb74ad23812605ff793419c2068 100644 (file)
@@ -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