1
0
mirror of https://github.com/golang/go synced 2024-11-23 14:50:07 -07:00

runtime: revert change to PoisonPtr value

Submitted accidentally in CL 83630044.
Fixes various builds.

TBR=khr
CC=golang-codereviews
https://golang.org/cl/83100047
This commit is contained in:
Russ Cox 2014-04-02 16:55:30 -04:00
parent 4676fae525
commit 81bc9b3ffd

View File

@ -637,4 +637,4 @@ void runtime·memorydump(void);
int32 runtime·setgcpercent(int32);
// Value we use to mark dead pointers when GODEBUG=gcdead=1.
#define PoisonPtr ((uintptr)0xf9696969f9696969LL)
#define PoisonPtr ((uintptr)0x6969696969696969LL)