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
1 changed files with 1 additions and 1 deletions

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;