summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/arch/arch_x86_impl.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-04-01 17:06:15 +0000
committergVisor bot <gvisor-bot@google.com>2020-04-01 17:06:15 +0000
commit7ac96cd64fb4f93f66bdbb70676e37e60bd8061e (patch)
tree56f138df2f7fcd72015bf04b5a57a4c9022da721 /pkg/sentry/arch/arch_x86_impl.go
parent43d53a034defd0d636be3652ac6d197df2bedfde (diff)
parentdb7917556a7e4bd2cd6d183c68f04a4787dec493 (diff)
Merge release-20200323.0-48-gdb79175 (automated)
Diffstat (limited to 'pkg/sentry/arch/arch_x86_impl.go')
-rwxr-xr-xpkg/sentry/arch/arch_x86_impl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/arch/arch_x86_impl.go b/pkg/sentry/arch/arch_x86_impl.go
index 04ac283c6..3edf40764 100755
--- a/pkg/sentry/arch/arch_x86_impl.go
+++ b/pkg/sentry/arch/arch_x86_impl.go
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-// +build amd64 i386
+// +build amd64 386
package arch