1
0
mirror of https://github.com/golang/go synced 2024-09-25 11:30:13 -06:00

fix JMP main(SB)

R=ken
OCL=17832
CL=17832
This commit is contained in:
Russ Cox 2008-10-24 16:43:12 -07:00
parent 418b97c670
commit e2fa41ab3b

View File

@ -456,7 +456,7 @@ patch(void)
for(p = firstp; p != P; p = p->link) {
if(p->as == ATEXT)
curtext = p;
if(p->as == ACALL || p->as == ARET) {
if(p->as == ACALL || p->as == AJMP) {
s = p->to.sym;
if(s) {
if(debug['c'])