]> Cypherpunks repositories - gostls13.git/commitdiff
5c: fix pc recalculation in the presence of AFUNCDATA
authorKeith Randall <khr@golang.org>
Fri, 26 Jul 2013 00:40:29 +0000 (17:40 -0700)
committerKeith Randall <khr@golang.org>
Fri, 26 Jul 2013 00:40:29 +0000 (17:40 -0700)
This makes CL 11683043 not break arm anymore.

R=golang-dev, bradfitz, dave
CC=golang-dev
https://golang.org/cl/11888043

src/cmd/5c/reg.c

index 030b0c327e9cc11a52e65fd9474e61345bcdb1d6..25bfc582222cff5141aa2baecf66af07d4053dda 100644 (file)
@@ -461,6 +461,7 @@ brk:
                        case AGLOBL:
                        case ANAME:
                        case ASIGNAME:
+                       case AFUNCDATA:
                                break;
                        }
                }