Commit e688e712 authored by Russ Cox's avatar Russ Cox

runtime: fix flaky linux/386 build

TBR=iant
CC=golang-codereviews
https://golang.org/cl/86030043
parent 8f8ada00
...@@ -157,7 +157,7 @@ var faultAddrs = []uint64{ ...@@ -157,7 +157,7 @@ var faultAddrs = []uint64{
0xffffffffffffffff, 0xffffffffffffffff,
0xfffffffffffff001, 0xfffffffffffff001,
// no 0xffffffffffff0001; 0xffff0001 is mapped for 32-bit user space on OS X // 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, 0xffffffffff000001,
0xfffffffff0000001, 0xfffffffff0000001,
0xffffffff00000001, 0xffffffff00000001,
......
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