File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ let qemu_exit_handle = qemu_exit::X86::new(io_base, custom_exit_success);
7070## Literature
7171
7272- [ Semihosting for AArch32 and AArch64] ( https://github.com/ARM-software/abi-aa/blob/main/semihosting/semihosting.rst )
73- - [ QEMU isa-debug-exit source] ( https://git. qemu.org/?p= qemu.git;a= blob;f= hw/misc/debugexit.c )
74- - [ QEMU sifive_test source] ( https://git. qemu.org/?p= qemu.git;a= blob;f= hw/misc/sifive_test.c )
73+ - [ QEMU isa-debug-exit source] ( https://gitlab.com/ qemu-project/ qemu/-/ blob/master/ hw/misc/debugexit.c )
74+ - [ QEMU sifive_test source] ( https://gitlab.com/ qemu-project/ qemu/-/ blob/master/ hw/misc/sifive_test.c )
7575
7676## Authors
7777
Original file line number Diff line number Diff line change 6565//!
6666//! ## Literature
6767//!
68- //! - [Semihosting for AArch32 and AArch64](https://static.docs.arm. com/dui0003/b/ semihosting.pdf )
69- //! - [QEMU isa-debug-exit source](https://git. qemu.org/?p= qemu.git;a= blob;f= hw/misc/debugexit.c)
70- //! - [QEMU sifive_test source](https://git. qemu.org/?p= qemu.git;a= blob;f= hw/misc/sifive_test.c)
68+ //! - [Semihosting for AArch32 and AArch64](https://github. com/ARM-software/abi-aa/blob/main/ semihosting/semihosting.rst )
69+ //! - [QEMU isa-debug-exit source](https://gitlab.com/ qemu-project/ qemu/-/ blob/master/ hw/misc/debugexit.c)
70+ //! - [QEMU sifive_test source](https://gitlab.com/ qemu-project/ qemu/-/ blob/master/ hw/misc/sifive_test.c)
7171
7272#![ deny( missing_docs) ]
7373#![ no_std]
You can’t perform that action at this time.
0 commit comments