diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-01-15 06:36:50 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-15 06:36:50 +0000 |
commit | 1dcfaa96460871c572b57f434158e9f2bddc5792 (patch) | |
tree | 1c61dc630962bab7edb3b31d0b3e6efe43219830 /pkg/sentry/arch/arch_state_x86.go | |
parent | 53c4df9c896f60a131aa91e81937d1a24d6c35a1 (diff) | |
parent | ff78a721700f8b7d3c8dae14fc14c04f3a82b970 (diff) |
Merge release-20191213.0-117-gff78a72 (automated)
Diffstat (limited to 'pkg/sentry/arch/arch_state_x86.go')
-rw-r--r-- | pkg/sentry/arch/arch_state_x86.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/arch/arch_state_x86.go b/pkg/sentry/arch/arch_state_x86.go index 9061fcc86..84f11b0d1 100644 --- a/pkg/sentry/arch/arch_state_x86.go +++ b/pkg/sentry/arch/arch_state_x86.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build amd64 i386 + package arch import ( |