Skip to content

Commit 104fe1d

Browse files
committed
Whitespace
1 parent 798037d commit 104fe1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cortex-r-rt/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ core::arch::global_asm!(
409409
ite eq
410410
subeq lr, lr, #4
411411
subne lr, lr, #2
412-
// now do our standard exception save
412+
// now do our standard exception save (which saves the 'wrong' R0)
413413
"#,
414414
save_context!(),
415415
r#"
@@ -558,8 +558,8 @@ core::arch::global_asm!(
558558
abt_mode = const ProcessorMode::Abt as u8,
559559
t_bit = const {
560560
Cpsr::new_with_raw_value(0)
561-
.with_t(true)
562-
.raw_value()
561+
.with_t(true)
562+
.raw_value()
563563
},
564564
);
565565

0 commit comments

Comments
 (0)