Skip to content

Commit d20fb7c

Browse files
Update cortex-a-rt/src/lib.rs
Co-authored-by: Jonathan Pallant <[email protected]>
1 parent 994aa71 commit d20fb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-a-rt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ core::arch::global_asm!(
432432
tst r4, {t_bit}
433433
// If not in Thumb mode, branch to not_thumb
434434
beq not_thumb
435-
subs lr, lr, #2
435+
subs. lr, lr, #2
436436
b done
437437
not_thumb:
438438
// Subtract 4 from LR (ARM mode)

0 commit comments

Comments
 (0)