Commit de6da4a8 authored by Keith Randall's avatar Keith Randall

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
parent 4a695d2c
...@@ -461,6 +461,7 @@ brk: ...@@ -461,6 +461,7 @@ brk:
case AGLOBL: case AGLOBL:
case ANAME: case ANAME:
case ASIGNAME: case ASIGNAME:
case AFUNCDATA:
break; break;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment