]> Cypherpunks repositories - gostls13.git/commit
runtime: change Windows M.thread from void* to uintptr
authorRuss Cox <rsc@golang.org>
Wed, 8 Oct 2014 03:27:25 +0000 (23:27 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 8 Oct 2014 03:27:25 +0000 (23:27 -0400)
commit2b1659b57d6e021029636ee39b4a30c4f9074c6c
tree33c355ce27e61a00302d3420f3fef320ee7bf2aa
parente6708ee9b1a0713a10cb15ba4b7e4415c543851a
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
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_amd64p32.s
src/runtime/asm_arm.s
src/runtime/os_windows.c
src/runtime/runtime.h