mirror of
https://github.com/golang/go
synced 2024-11-22 02:04:40 -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->to.type = D_SP;
|
||||||
|
|
||||||
p = appendp(p);
|
p = appendp(p);
|
||||||
p->as = AJHI;
|
p->as = AJCC;
|
||||||
p->to.type = D_BRANCH;
|
p->to.type = D_BRANCH;
|
||||||
p->to.offset = 4;
|
p->to.offset = 4;
|
||||||
q1 = p;
|
q1 = p;
|
||||||
|
Loading…
Reference in New Issue
Block a user