1
0
mirror of https://github.com/golang/go synced 2024-11-19 18:54:41 -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:
Russ Cox 2014-09-16 11:43:35 -04:00
parent d208361cde
commit 99e8f40488

View File

@ -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.