This commit is contained in:
Ralf Jung 2021-09-27 15:59:18 -04:00
parent c1521439f4
commit 5f825ae895
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
4e880f8cbc191374ce7db335962489f41d6d4e3e
2b6ed3b675475abc01ce7e68bb75b457f0c85684

View file

@ -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")