]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
s390x: disasm-test: Fix thinko
authorFlorian Krohm <flo2030@eich-krohm.de>
Mon, 10 Mar 2025 12:36:21 +0000 (12:36 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Mon, 10 Mar 2025 12:36:21 +0000 (12:36 +0000)
Remove verbiage about limited support for opcodes with optional operands.
Optional operands are of no concern for disassembly. The reason is that
disassembly sees as its input only a sequence of bytes which have no
indication as to whether some of its bits were explicitly specified or not.
We're testing the disassembler here - not the assembler.

none/tests/s390x/disasm-test/README

index 54df05cf98c8f9179bb9c7db331b3ade0c9e40c3..a771c41c98e1790124b9d3f36f0751cc3893adb9 100644 (file)
@@ -169,10 +169,6 @@ Status
 Only opcodes with extended mnemonics as identified in Appendix J of the
 Principles of Operation are considered.
 
-There is only partial support for opcodes with optional operands.
-In the sense that the generated testcases will always include the
-optional operand.
-
 
 TODO
 ----