Commit 089da369 authored by Russ Cox's avatar Russ Cox

8l: correct test for sp == top of stack in 8l -K code

R=ken2
CC=golang-dev
https://golang.org/cl/1627042
parent ee0bca35
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment