We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c28a2c + 3b73e89 commit 53ed660Copy full SHA for 53ed660
compiler/rustc_target/src/spec/targets/i586_unknown_netbsd.rs
@@ -4,7 +4,7 @@ pub fn target() -> Target {
4
let mut base = base::netbsd::opts();
5
base.cpu = "pentium".into();
6
base.max_atomic_width = Some(64);
7
- base.stack_probes = StackProbeType::Call;
+ base.stack_probes = StackProbeType::Inline;
8
9
Target {
10
llvm_target: "i586-unknown-netbsdelf".into(),
0 commit comments