We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f5453a + af15e04 commit bed5a90Copy full SHA for bed5a90
compiler/rustc_target/src/spec/targets/aarch64_wrs_vxworks.rs
@@ -13,7 +13,7 @@ pub(crate) fn target() -> Target {
13
data_layout: "e-m:e-p270:32:32-p271:32:32-p272:64:64-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32".into(),
14
arch: "aarch64".into(),
15
options: TargetOptions {
16
- features: "+v8a".into(),
+ features: "+v8a,+reserve-x18".into(),
17
max_atomic_width: Some(128),
18
stack_probes: StackProbeType::Inline,
19
..base::vxworks::opts()
0 commit comments