blob: 538840d1bde15b7b2ebb53244be05a01cd5bb3bc [file] [log] [blame]
// +build amd64
package archutil
func amd64Supported() error {
return nil
}