mirror of
https://github.com/golang/go
synced 2024-11-26 21:31:32 -07:00
cmd/internal/obj: convert unicode C to ASCII C
Hex before: d0 a1 Hex after: 43 Not sure where that came from. Change-Id: I189e7e21f8faf480ba72846b956a149976f720f8 Reviewed-on: https://go-review.googlesource.com/109777 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
1f56499d4d
commit
62adf6fc2d
@ -3785,7 +3785,7 @@ func (ab *AsmBuf) doasm(ctxt *obj.Link, cursym *obj.LSym, p *obj.Prog) {
|
|||||||
ab.Put1(byte(pre))
|
ab.Put1(byte(pre))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Сhecks to warn about instruction/arguments combinations that
|
// Checks to warn about instruction/arguments combinations that
|
||||||
// will unconditionally trigger illegal instruction trap (#UD).
|
// will unconditionally trigger illegal instruction trap (#UD).
|
||||||
switch p.As {
|
switch p.As {
|
||||||
case AVGATHERDPD,
|
case AVGATHERDPD,
|
||||||
|
Loading…
Reference in New Issue
Block a user