Skip to content

Commit 6d75b14

Browse files
Merge #317
317: Fix __delay clobber r=adamgreig a=jonas-schievink Co-authored-by: Jonas Schievink <[email protected]>
2 parents d4cbf07 + 8b6c269 commit 6d75b14

15 files changed

+1
-1
lines changed

asm/inline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub unsafe fn __delay(cyc: u32) {
6161
"1:",
6262
"subs {}, #1",
6363
"bne 1b",
64-
in(reg) real_cyc
64+
inout(reg) real_cyc => _
6565
);
6666
}
6767

bin/thumbv6m-none-eabi-lto.a

16 Bytes
Binary file not shown.

bin/thumbv6m-none-eabi.a

36 Bytes
Binary file not shown.

bin/thumbv7em-none-eabi-lto.a

12 Bytes
Binary file not shown.

bin/thumbv7em-none-eabi.a

36 Bytes
Binary file not shown.

bin/thumbv7em-none-eabihf-lto.a

12 Bytes
Binary file not shown.

bin/thumbv7em-none-eabihf.a

36 Bytes
Binary file not shown.

bin/thumbv7m-none-eabi-lto.a

16 Bytes
Binary file not shown.

bin/thumbv7m-none-eabi.a

36 Bytes
Binary file not shown.

bin/thumbv8m.base-none-eabi-lto.a

4 Bytes
Binary file not shown.

bin/thumbv8m.base-none-eabi.a

36 Bytes
Binary file not shown.

bin/thumbv8m.main-none-eabi-lto.a

12 Bytes
Binary file not shown.

bin/thumbv8m.main-none-eabi.a

32 Bytes
Binary file not shown.

bin/thumbv8m.main-none-eabihf-lto.a

12 Bytes
Binary file not shown.

bin/thumbv8m.main-none-eabihf.a

36 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)