diff options
| author | Keith Randall <khr@golang.org> | 2014-07-31 13:07:16 -0700 |
|---|---|---|
| committer | Keith Randall <khr@golang.org> | 2014-07-31 13:07:16 -0700 |
| commit | 53304558f95660233be1259b817fb1ca4693279d (patch) | |
| tree | 1a0edf5c90c6c1564bd396735f29993667285a5a /src/pkg/runtime/runtime.h | |
| parent | cc9ec52d739ec3c9f2a3e9bfdcc98643bee61cca (diff) | |
| download | go-53304558f95660233be1259b817fb1ca4693279d.tar.xz | |
runtime: fix 32 bit build.
int(maxMem) is negative on 32 bits. Need to use
unsigned arithmetic.
TBR=bradfitz
CC=golang-codereviews
https://golang.org/cl/121000045
Diffstat (limited to 'src/pkg/runtime/runtime.h')
0 files changed, 0 insertions, 0 deletions
