commit | 2b1659b57d6e021029636ee39b4a30c4f9074c6c | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Oct 07 23:27:25 2014 -0400 |
committer | Russ Cox <rsc@golang.org> | Tue Oct 07 23:27:25 2014 -0400 |
tree | 33c355ce27e61a00302d3420f3fef320ee7bf2aa | |
parent | e6708ee9b1a0713a10cb15ba4b7e4415c543851a [diff] |
runtime: change Windows M.thread from void* to uintptr It appears to be an opaque bit pattern more than a pointer. The Go garbage collector has discovered that for m0 it is set to 0x4c. Should fix Windows build. TBR=brainman CC=golang-codereviews https://golang.org/cl/149640043