rustup
This commit is contained in:
parent
c1521439f4
commit
5f825ae895
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
4e880f8cbc191374ce7db335962489f41d6d4e3e
|
||||
2b6ed3b675475abc01ce7e68bb75b457f0c85684
|
||||
|
|
|
|||
|
|
@ -597,7 +597,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
|
|||
this.yield_active_thread();
|
||||
}
|
||||
"llvm.aarch64.isb" if this.tcx.sess.target.arch == "aarch64" => {
|
||||
let &[ref arg] = this.check_shim(abi, Abi::C { unwind: false }, link_name, args)?;
|
||||
let &[ref arg] = this.check_shim(abi, Abi::Unadjusted, link_name, args)?;
|
||||
let arg = this.read_scalar(arg)?.to_i32()?;
|
||||
match arg {
|
||||
15 => { // SY ("full system scope")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue