Change-Id: I182ea770110255a5ac1c91cf30dd650696a8f1db
Reviewed-on: https://go-review.googlesource.com/4961
Reviewed-by: Russ Cox <rsc@golang.org>
return err
}
switch goarch {
- case "386", "amd64": // Asm only supports these architectures so far.
+ case "386", "amd64", "amd64p32", "arm": // Asm only supports these architectures so far.
if err := asmVerify(b, p, "asm", ofile, args); err != nil {
return err
}