1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:04:42 -07:00

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:
Keith Randall 2013-07-25 17:40:29 -07:00
parent 4a695d2c18
commit de6da4a8bd

View File

@ -461,6 +461,7 @@ brk:
case AGLOBL:
case ANAME:
case ASIGNAME:
case AFUNCDATA:
break;
}
}