]> git.ipfire.org Git - thirdparty/valgrind.git/commit
none/tests/riscv64/integer.c: replace zero by a1
authorMark Wielaard <mark@klomp.org>
Tue, 24 Dec 2024 23:36:53 +0000 (00:36 +0100)
committerMark Wielaard <mark@klomp.org>
Tue, 25 Feb 2025 20:35:01 +0000 (21:35 +0100)
commite54645bb7ad1147e6b14b3f7bcf648efe85c0036
tree4a5841528c62fd54d6f1fba350fef4f8424331c2
parente3432fc94d5dc2164d130194dd36a98bd770d593
none/tests/riscv64/integer.c: replace zero by a1

Using zero will produce an gas Error: illegal operands `la zero,0'
https://sourceware.org/bugzilla/show_bug.cgi?id=32496

Simplest seems to be to replace the usage of "zero" in the branch
instruction tests by "a1".  It seems that does test something similar
that isn't tested before.
none/tests/riscv64/integer.c
none/tests/riscv64/integer.stdout.exp