mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
rustup
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
4e880f8cbc191374ce7db335962489f41d6d4e3e
|
||||
2b6ed3b675475abc01ce7e68bb75b457f0c85684
|
||||
|
||||
@@ -597,7 +597,7 @@ fn emulate_foreign_item_by_name(
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user