Commit 81bc9b3f authored by Russ Cox's avatar Russ Cox

runtime: revert change to PoisonPtr value

Submitted accidentally in CL 83630044.
Fixes various builds.

TBR=khr
CC=golang-codereviews
https://golang.org/cl/83100047
parent 4676fae5
......@@ -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)
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