Skip to content

Commit 3b73e89

Browse files
i586_unknown_netbsd: use inline stack probes
This is one of the last two targets still using "call" stack probes.
1 parent b362939 commit 3b73e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/targets/i586_unknown_netbsd.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub fn target() -> Target {
44
let mut base = base::netbsd::opts();
55
base.cpu = "pentium".into();
66
base.max_atomic_width = Some(64);
7-
base.stack_probes = StackProbeType::Call;
7+
base.stack_probes = StackProbeType::Inline;
88

99
Target {
1010
llvm_target: "i586-unknown-netbsdelf".into(),

0 commit comments

Comments
 (0)