mirror of https://github.com/golang/go.git
5c: fix pc recalculation in the presence of AFUNCDATA
This makes CL 11683043 not break arm anymore. R=golang-dev, bradfitz, dave CC=golang-dev https://golang.org/cl/11888043
This commit is contained in:
parent
4a695d2c18
commit
de6da4a8bd
|
|
@ -461,6 +461,7 @@ brk:
|
|||
case AGLOBL:
|
||||
case ANAME:
|
||||
case ASIGNAME:
|
||||
case AFUNCDATA:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue