fix build

bug introduced in https://golang.org/cl/1886043

R=r
CC=golang-dev
https://golang.org/cl/1848047
This commit is contained in:
Russ Cox 2010-07-22 08:55:56 -07:00
parent 0a9a3c128f
commit 2cc9d339e6
1 changed files with 4 additions and 6 deletions

View File

@ -300,12 +300,10 @@ loop:
p->pcond = q;
}
xfol(p->link);
if(a != ATEXT) {
q = brchain(p->pcond);
if(q->mark) {
p->pcond = q;
return;
}
q = brchain(p->pcond);
if(q->mark) {
p->pcond = q;
return;
}
p = q;
goto loop;