1
0
mirror of https://github.com/golang/go synced 2024-11-19 14:44:40 -07:00

5g, 8g: fix build

R=ken2
CC=golang-dev
https://golang.org/cl/4627045
This commit is contained in:
Russ Cox 2011-06-17 16:05:00 -04:00
parent 7f4c5ea7d8
commit b96ff8458c
2 changed files with 0 additions and 4 deletions

View File

@ -109,8 +109,6 @@ unpatch(Prog *p)
if(p->to.type != D_BRANCH)
fatal("unpatch: not a branch");
if(p->to.branch == P)
fatal("unpatch: not patched");
q = p->to.branch;
p->to.branch = P;
p->to.offset = 0;

View File

@ -107,8 +107,6 @@ unpatch(Prog *p)
if(p->to.type != D_BRANCH)
fatal("unpatch: not a branch");
if(p->to.branch == P)
fatal("unpatch: not patched");
q = p->to.branch;
p->to.branch = P;
p->to.offset = 0;