Commit 31452a36 authored by Russ Cox's avatar Russ Cox

runtime: fix set and not used

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5305087
parent d26144be
......@@ -98,7 +98,7 @@ runtime·compilecallback(Eface fn, bool /*cleanstack*/)
// JMP AX
*p++ = 0xFF;
*p++ = 0xE0;
*p = 0xE0;
return &c->asmbody;
}
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