]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
s390x: Fix a comment
authorFlorian Krohm <flo2030@eich-krohm.de>
Wed, 23 Apr 2025 11:37:40 +0000 (11:37 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Wed, 23 Apr 2025 11:37:40 +0000 (11:37 +0000)
VEX/priv/host_s390_defs.c

index b7b2f252079f264377d05e578df6ad921fd85bb0..3cf1cbd3a01884fb3caa616a5cc72562c852fcd9 100644 (file)
@@ -457,7 +457,9 @@ getRRegUniverse_S390(void)
              registers 0..7 are caller saved, list them after
              FPR12 - FPR15 are also used as register pairs for 128-bit
              floating point operations
-      VRs:   registers 0..31 are available
+      VRs:   registers 16..31 are available
+             registers 0..15 are not available because they overlap
+             with FPRs 0..15
    */
    ru->allocable_start[HRcInt64] = ru->size;
    for (UInt regno = 6; regno <= 11; ++regno) {