Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 5b99e18

Browse files
committed
tweak docs wording
1 parent 94b5e12 commit 5b99e18

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,8 @@
106106
//! When this feature is disabled semihosting is implemented using FFI calls into an external
107107
//! assembly file and compiling this crate works on stable and beta.
108108
//!
109-
//! Apart from the toolchain requirement, disabling `inline-asm` requires `arm-none-eabi-gcc` to be
110-
//! installed on the host. Also, disabling `inline-asm` imposes an overhead of an extra function
111-
//! call on each semihosting call compared to having `inline-asm` enabled.
109+
//! Apart from the toolchain requirement, enabling `inline-asm` removes the requirement of having
110+
//! `arm-none-eabi-gcc` installed on the host.
112111
//!
113112
//! # Reference
114113
//!

0 commit comments

Comments
 (0)