forked from mirrors/gecko-dev
Using the newer version of the crash-context crate corrects the 32-bit Linux context structure, which was the cause of the IP memory not being stored (among possibly other 32-bit Linux issues). Differential Revision: https://phabricator.services.mozilla.com/D174314
5 lines
227 B
Rust
5 lines
227 B
Rust
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
pub use bitflags::*;
|