Skip to content

Commit

Permalink
Merge pull request #224 from 00xc/docs
Browse files Browse the repository at this point in the history
riscv-semihosting: fix ambiguous documentation link
  • Loading branch information
romancardenas committed Aug 13, 2024
2 parents 5612138 + 3a43e1f commit 51fb773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions riscv-semihosting/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Made `cfg` variable selection more robust for custom targets
- Fixed debug::exit() on riscv64 QEMU simulation
- Fixed an ambiguous link in the generated crate documentation.

## [v0.1.0] - 2023-01-18

Expand Down
2 changes: 1 addition & 1 deletion riscv-semihosting/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ pub unsafe fn syscall<T>(nr: usize, arg: &T) -> usize {
///
/// # Safety
///
/// Same as [`syscall`].
/// Same as [`syscall()`].
#[inline(always)]
pub unsafe fn syscall1(_nr: usize, _arg: usize) -> usize {
match () {
Expand Down

0 comments on commit 51fb773

Please sign in to comment.