diff options
author | Alex Bennée | 2022-09-29 13:42:21 +0200 |
---|---|---|
committer | Alex Bennée | 2022-10-06 12:53:41 +0200 |
commit | 424d5ecf520621e9b9bd802995558f83bd0e37af (patch) | |
tree | 5f9dfaa4c4c665e13257579f7a396bea9a5c6f28 /semihosting | |
parent | docs/devel: document the test plugins (diff) | |
download | qemu-424d5ecf520621e9b9bd802995558f83bd0e37af.tar.gz qemu-424d5ecf520621e9b9bd802995558f83bd0e37af.tar.xz qemu-424d5ecf520621e9b9bd802995558f83bd0e37af.zip |
semihosting: update link to spec
The old link has moved but it seems the document is now hosted on
Arm's github along with a license update to CC-BY-SA-4.0.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220929114231.583801-42-alex.bennee@linaro.org>
Diffstat (limited to 'semihosting')
-rw-r--r-- | semihosting/arm-compat-semi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/semihosting/arm-compat-semi.c b/semihosting/arm-compat-semi.c index e741674238..bfea9e9337 100644 --- a/semihosting/arm-compat-semi.c +++ b/semihosting/arm-compat-semi.c @@ -24,7 +24,7 @@ * * ARM Semihosting is documented in: * Semihosting for AArch32 and AArch64 Release 2.0 - * https://static.docs.arm.com/100863/0200/semihosting.pdf + * https://github.com/ARM-software/abi-aa/blob/main/semihosting/semihosting.rst * * RISC-V Semihosting is documented in: * RISC-V Semihosting |