]> Cypherpunks repositories - gostls13.git/commit
internal/cpu: make all constants for s390x feature detection typed
authorMartin Möhrmann <moehrmann@google.com>
Mon, 30 Jul 2018 20:57:25 +0000 (22:57 +0200)
committerMartin Möhrmann <moehrmann@google.com>
Mon, 20 Aug 2018 15:13:39 +0000 (15:13 +0000)
commit21ac81192483e6b8135cec4c47e6f9fce890fb05
tree0fb49e05104d1fb37ff8eff36cf1378881c2bbd5
parent0a382e0b7f9abb39644adcfe65013df200989324
internal/cpu: make all constants for s390x feature detection typed

Only the first constant in the function and facility
constant declaration blocks were typed constants.
Make all other constants used for function codes and
named facilities also typed.

Change-Id: I1814121de3733094da699c78b7311f99ba4772e1
Reviewed-on: https://go-review.googlesource.com/126776
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/internal/cpu/cpu_s390x.go