diff options
| author | Keith Randall <khr@golang.org> | 2022-04-11 14:56:11 -0700 |
|---|---|---|
| committer | Keith Randall <khr@google.com> | 2022-04-11 22:49:56 +0000 |
| commit | ea7e3e3c0f561d1115d647e3e24ca61d0382e1ac (patch) | |
| tree | ad944c993459882e90627d41c7519c77e1e04d26 /src/runtime/debug | |
| parent | 11c450fa58b1aa712d7202d71285ae1b0612d201 (diff) | |
| download | go-ea7e3e3c0f561d1115d647e3e24ca61d0382e1ac.tar.xz | |
runtime: align m.procid to 8 bytes on 32-bit systems
https://go-review.googlesource.com/c/go/+/383434 started using
atomic Load64 on this field, which breaks 32 bit platforms which
require 64-bit alignment of uint64s that are passed to atomic operations.
Not sure why this doesn't break everywhere, but I saw it break on
my laptop during all.bash.
Change-Id: Ida27b23068b3cc7208fce3c97b69a464ccf68209
Reviewed-on: https://go-review.googlesource.com/c/go/+/399754
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Diffstat (limited to 'src/runtime/debug')
0 files changed, 0 insertions, 0 deletions
