Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/avr_gnu_base.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub fn target(target_cpu: &'static str, mmcu: &'static str) -> Target {
2323
LinkerFlavor::Gnu(Cc::Yes, Lld::No),
2424
&["-lgcc"],
2525
),
26-
max_atomic_width: Some(0),
26+
max_atomic_width: Some(16),
2727
atomic_cas: false,
2828
relocation_model: RelocModel::Static,
2929
..TargetOptions::default()

0 commit comments

Comments
 (0)