mirror of
https://github.com/golang/go
synced 2024-11-12 09:50:21 -07:00
fix JMP main(SB)
R=ken OCL=17832 CL=17832
This commit is contained in:
parent
418b97c670
commit
e2fa41ab3b
@ -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'])
|
||||
|
Loading…
Reference in New Issue
Block a user