Skip to content

Commit

Permalink
Merge pull request #27 from rust-embedded/fix-dead-link
Browse files Browse the repository at this point in the history
README: fix dead link
  • Loading branch information
Dirbaio authored Oct 21, 2023
2 parents 87f458c + 2504c94 commit 1d97fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ let qemu_exit_handle = qemu_exit::X86::new(io_base, custom_exit_success);

## Literature

- [Semihosting for AArch32 and AArch64](https://static.docs.arm.com/dui0003/b/semihosting.pdf)
- [Semihosting for AArch32 and AArch64](https://github.com/ARM-software/abi-aa/blob/main/semihosting/semihosting.rst)
- [QEMU isa-debug-exit source](https://git.qemu.org/?p=qemu.git;a=blob;f=hw/misc/debugexit.c)
- [QEMU sifive_test source](https://git.qemu.org/?p=qemu.git;a=blob;f=hw/misc/sifive_test.c)

Expand Down

0 comments on commit 1d97fdb

Please sign in to comment.