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:
parent
4676fae525
commit
81bc9b3ffd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user