mirror of
https://github.com/golang/go
synced 2024-11-22 05:34:39 -07:00
runtime: fix set and not used
R=golang-dev, r CC=golang-dev https://golang.org/cl/5305087
This commit is contained in:
parent
d26144be29
commit
31452a3618
@ -98,7 +98,7 @@ runtime·compilecallback(Eface fn, bool /*cleanstack*/)
|
||||
|
||||
// JMP AX
|
||||
*p++ = 0xFF;
|
||||
*p++ = 0xE0;
|
||||
*p = 0xE0;
|
||||
|
||||
return &c->asmbody;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user