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 | |
parent | 43d53a034defd0d636be3652ac6d197df2bedfde (diff) | |
parent | db7917556a7e4bd2cd6d183c68f04a4787dec493 (diff) |
Merge release-20200323.0-48-gdb79175 (automated)
Diffstat (limited to 'pkg/cpuid')
-rwxr-xr-x | pkg/cpuid/cpuid_state_autogen.go | 2 | ||||
-rwxr-xr-x | pkg/cpuid/cpuid_x86.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/cpuid/cpuid_state_autogen.go b/pkg/cpuid/cpuid_state_autogen.go index 845a149d4..591868c88 100755 --- a/pkg/cpuid/cpuid_state_autogen.go +++ b/pkg/cpuid/cpuid_state_autogen.go @@ -1,6 +1,6 @@ // automatically generated by stateify. -// +build i386 amd64 +// +build 386 amd64 package cpuid 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 |