runtime: fix set and not used

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5305087
This commit is contained in:
Russ Cox 2011-11-03 17:35:11 -04:00
parent d26144be29
commit 31452a3618

View File

@ -98,7 +98,7 @@ runtime·compilecallback(Eface fn, bool /*cleanstack*/)
// JMP AX // JMP AX
*p++ = 0xFF; *p++ = 0xFF;
*p++ = 0xE0; *p = 0xE0;
return &c->asmbody; return &c->asmbody;
} }