diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-04-01 17:06:15 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-01 17:06:15 +0000 |
commit | 7ac96cd64fb4f93f66bdbb70676e37e60bd8061e (patch) | |
tree | 56f138df2f7fcd72015bf04b5a57a4c9022da721 /pkg/cpuid/cpuid_x86.go | |
parent | 43d53a034defd0d636be3652ac6d197df2bedfde (diff) | |
parent | db7917556a7e4bd2cd6d183c68f04a4787dec493 (diff) |
Merge release-20200323.0-48-gdb79175 (automated)
Diffstat (limited to 'pkg/cpuid/cpuid_x86.go')
-rwxr-xr-x | pkg/cpuid/cpuid_x86.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/cpuid/cpuid_x86.go b/pkg/cpuid/cpuid_x86.go index 9abf6914d..562f8f405 100755 --- a/pkg/cpuid/cpuid_x86.go +++ b/pkg/cpuid/cpuid_x86.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build i386 amd64 +// +build 386 amd64 package cpuid |