mirror of
https://github.com/golang/go
synced 2024-11-19 21:34:45 -07:00
runtime: fix 386 build
mark finalizer1 as having no pointers TBR=iant CC=golang-codereviews https://golang.org/cl/141570045
This commit is contained in:
parent
d208361cde
commit
99e8f40488
@ -738,6 +738,7 @@ runtime·gcphasework(G *gp)
|
||||
gp->gcworkdone = true;
|
||||
}
|
||||
|
||||
#pragma dataflag NOPTR
|
||||
static byte finalizer1[] = {
|
||||
// Each Finalizer is 5 words, ptr ptr uintptr ptr ptr.
|
||||
// Each byte describes 4 words.
|
||||
|
Loading…
Reference in New Issue
Block a user