1
0
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:
Russ Cox 2010-06-11 16:17:47 -07:00
parent ee0bca35a4
commit 089da369a3

View File

@ -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;