From: Florian Krohm Date: Wed, 18 Jun 2025 17:02:06 +0000 (+0000) Subject: s390x: Fix a comment X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e59f3c959102d6ca9f1791c0023f313a1be34030;p=thirdparty%2Fvalgrind.git s390x: Fix a comment --- diff --git a/VEX/priv/host_s390_defs.h b/VEX/priv/host_s390_defs.h index 48fbac764..ddbaed5fe 100644 --- a/VEX/priv/host_s390_defs.h +++ b/VEX/priv/host_s390_defs.h @@ -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 {