From: Florian K. <fk...@so...> - 2025-04-03 13:01:20
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=a4260a7da3f01247373594990addeef21bdd9d0c commit a4260a7da3f01247373594990addeef21bdd9d0c Author: Florian Krohm <fl...@ei...> Date: Thu Apr 3 12:58:38 2025 +0000 s390x disasm-test: Fix niai opcode spec Diff: --- none/tests/s390x/disasm-test/opcode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/none/tests/s390x/disasm-test/opcode.c b/none/tests/s390x/disasm-test/opcode.c index 51c7694cf6..bed2e278e4 100644 --- a/none/tests/s390x/disasm-test/opcode.c +++ b/none/tests/s390x/disasm-test/opcode.c @@ -691,7 +691,7 @@ static const char *opcodes[] = { "nnrk r1,r2,r3", // mi3 "nngrk r1,r2,r3", // mi3 - "niai i1:u4,i2:u4", // exhi + "niai i1:u4{0..3},i2:u4{0..3}", // exhi no spec exc for i1,i2 // ntstg not implemented |