Commit 8de04c78 authored by Ian Lance Taylor's avatar Ian Lance Taylor

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
parent 50ca1a52
......@@ -2033,7 +2033,7 @@ runtime·memorydump(void)
void
runtime·gchelper(void)
{
int32 nproc;
uint32 nproc;
gchelperstart();
......
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