mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: fix flaky linux/386 build
TBR=iant CC=golang-codereviews https://golang.org/cl/86030043
This commit is contained in:
parent
8f8ada008c
commit
e688e7128d
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ var faultAddrs = []uint64{
|
|||
0xffffffffffffffff,
|
||||
0xfffffffffffff001,
|
||||
// no 0xffffffffffff0001; 0xffff0001 is mapped for 32-bit user space on OS X
|
||||
0xfffffffffff00001,
|
||||
// no 0xfffffffffff00001; 0xfff00001 is mapped for 32-bit user space sometimes on Linux
|
||||
0xffffffffff000001,
|
||||
0xfffffffff0000001,
|
||||
0xffffffff00000001,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue