Add __rust_probestack intrinsic

Will be required for rust-lang/rust#42816
This commit is contained in:
Alex Crichton
2017-07-05 22:18:19 -07:00
parent 79b55c48ca
commit f771aac37a
2 changed files with 114 additions and 0 deletions

View File

@@ -53,3 +53,5 @@ pub mod arm;
#[cfg(target_arch = "x86_64")]
pub mod x86_64;
pub mod probestack;