mirror of
https://github.com/golang/go
synced 2024-11-21 13:54:43 -07:00
8l: correct test for sp == top of stack in 8l -K code
R=ken2 CC=golang-dev https://golang.org/cl/1627042
This commit is contained in:
parent
ee0bca35a4
commit
089da369a3
@ -647,7 +647,7 @@ dostkoff(void)
|
||||
p->to.type = D_SP;
|
||||
|
||||
p = appendp(p);
|
||||
p->as = AJHI;
|
||||
p->as = AJCC;
|
||||
p->to.type = D_BRANCH;
|
||||
p->to.offset = 4;
|
||||
q1 = p;
|
||||
|
Loading…
Reference in New Issue
Block a user