]> Cypherpunks repositories - gostls13.git/commit
runtime: change nproc local variable to uint32
authorIan Lance Taylor <iant@golang.org>
Tue, 25 Mar 2014 12:18:08 +0000 (05:18 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 25 Mar 2014 12:18:08 +0000 (05:18 -0700)
commit8de04c78b7cd27ff7aad787cb016314bc31365ba
tree2cf166a24c59e6e6d87da4a6cba1e01ba9e94adf
parent50ca1a52ca39bdd76bb5f999a67450f5984ebba2
runtime: change nproc local variable to uint32

The nproc and ndone fields are uint32.  This makes the type
consistent.

LGTM=minux.ma
R=golang-codereviews, minux.ma
CC=golang-codereviews
https://golang.org/cl/79340044
src/pkg/runtime/mgc0.c