]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
s390x: Fix a comment
authorFlorian Krohm <flo2030@eich-krohm.de>
Wed, 18 Jun 2025 17:02:06 +0000 (17:02 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Wed, 18 Jun 2025 17:02:06 +0000 (17:02 +0000)
VEX/priv/host_s390_defs.h

index 48fbac7644c02c1ef0cec55cb0be9c9ba7a0c25d..ddbaed5fe547c5331c01664d1d1f8011e5b57c1f 100644 (file)
@@ -100,13 +100,10 @@ typedef enum {
 } s390_opnd_t;
 
 
-/* Naming convention for operand locations:
-   R    - GPR
-   I    - immediate value
-   M    - memory (any Amode may be used)
-*/
-
-/* An operand that is either in a GPR or is addressable via a BX20 amode */
+/* An operand that is either
+   R  located in a GPR   or
+   M  located in memory and addressable via any amode   or
+   I  an immediate integer constant */
 typedef struct {
    s390_opnd_t tag;
    union {