Skip to content

Commit 7decf8c

Browse files
committed
Auto merge of #1894 - RalfJung:miri, r=RalfJung
rustup
2 parents c152143 + 5f825ae commit 7decf8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4e880f8cbc191374ce7db335962489f41d6d4e3e
1+
2b6ed3b675475abc01ce7e68bb75b457f0c85684

src/shims/foreign_items.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
597597
this.yield_active_thread();
598598
}
599599
"llvm.aarch64.isb" if this.tcx.sess.target.arch == "aarch64" => {
600-
let &[ref arg] = this.check_shim(abi, Abi::C { unwind: false }, link_name, args)?;
600+
let &[ref arg] = this.check_shim(abi, Abi::Unadjusted, link_name, args)?;
601601
let arg = this.read_scalar(arg)?.to_i32()?;
602602
match arg {
603603
15 => { // SY ("full system scope")

0 commit comments

Comments
 (0)