]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment-only change.
authorJulian Seward <jseward@acm.org>
Mon, 2 Sep 2013 13:17:49 +0000 (13:17 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 2 Sep 2013 13:17:49 +0000 (13:17 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2748

VEX/priv/host_amd64_isel.c

index 3eff9100c45fe401917ab633665b59de6402fd22..ec015839c5d59086ee105d684170c0f875b8796b 100644 (file)
@@ -4476,9 +4476,9 @@ static void iselStmt ( ISelEnv* env, IRStmt* stmt )
             return;
          }
          case Ity_V128: {
-            /* The returned value is on the stack, and *retloc tells
-               us where.  Fish it off the stack and then move the
-               stack pointer upwards to clear it, as directed by
+            /* The returned value is on the stack, and rloc.spOff
+               tells us where.  Fish it off the stack and then move
+               the stack pointer upwards to clear it, as directed by
                doHelperCall. */
             vassert(rloc.pri == RLPri_V128SpRel);
             vassert(addToSp >= 16);