i586_unknown_netbsd: use inline stack probes
This is one of the last two targets still using "call" stack probes.
This commit is contained in:
parent
b362939be1
commit
3b73e894eb
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pub fn target() -> Target {
|
||||||
let mut base = base::netbsd::opts();
|
let mut base = base::netbsd::opts();
|
||||||
base.cpu = "pentium".into();
|
base.cpu = "pentium".into();
|
||||||
base.max_atomic_width = Some(64);
|
base.max_atomic_width = Some(64);
|
||||||
base.stack_probes = StackProbeType::Call;
|
base.stack_probes = StackProbeType::Inline;
|
||||||
|
|
||||||
Target {
|
Target {
|
||||||
llvm_target: "i586-unknown-netbsdelf".into(),
|
llvm_target: "i586-unknown-netbsdelf".into(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue