forked from OSchip/llvm-project
parent
041eaf976c
commit
6d67d3b0ee
|
@ -231,10 +231,6 @@ class Shadow : public FastState {
|
|||
}
|
||||
};
|
||||
|
||||
// Freed memory.
|
||||
// As if 8-byte write by thread 0xff..f at epoch 0xff..f, races with everything.
|
||||
const u64 kShadowFreed = 0xfffffffffffffff8ull;
|
||||
|
||||
struct SignalContext;
|
||||
|
||||
// This struct is stored in TLS.
|
||||
|
|
Loading…
Reference in New Issue