blob: 8137d35047b9751340459eb1dbefddf1f7deeb0c [file] [log] [blame]
// +build !386
package binfmt_misc
func i386Supported() error {
return check(Binary386)
}